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]
 
Back
Top