Form Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top