Form Question

D

Denise

I have a form that has a numerous look up fields. In one of the fields as
soon as I fill in any information on the form one of the choices fills in. I
don't want this to happen. How can I stop this?

Thanks.
 
C

Carl Rapson

Denise said:
I have a form that has a numerous look up fields. In one of the fields as
soon as I fill in any information on the form one of the choices fills in.
I
don't want this to happen. How can I stop this?

Thanks.

There could be some VBA code in the AfterUpdate events of the controls that
is filling in the choice. Look at the code module of the form and see what
events are being handled and what the events are doing. If you can find
where what you don't want to happen is happening, you can remove that code.

Carl Rapson
 
Top