Requery combo box

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

Guest

I have a macro on the after update even of a combo box to requery another
combo box. How can I have the second combo box requery when I am not
updating the first combo box, just moving through the records.
 
Karen said:
I have a macro on the after update even of a combo box to requery another
combo box. How can I have the second combo box requery when I am not
updating the first combo box, just moving through the records.


Use the Current event of the form.
 
Back
Top