Records Change

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

Guest

I have a combo box in my Form. The subform then looks to the value of the
combo box for lookup. The problem is when I retype the same number in the
combo box it goes to the next record instead of the same one. Anyway I can
get this to not happen?
 
I have a combo box in my Form. The subform then looks to the value of the
combo box for lookup. The problem is when I retype the same number in the
combo box it goes to the next record instead of the same one. Anyway I can
get this to not happen?

Please explain. What is the "lookup"? What are the Control Source and
Rowsource of the combo? Do you have VBA code in the combo's
AfterUpdate event? What do you mean by "it goes to the next record"?

John W. Vinson[MVP]
 

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