How do I ensure that a combo box is kept current with the rest of.

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

Guest

I have created a combo box in a form in Access. The combo box displays the
data sorted by name. When I move through the names the related data in the
form does not correspond. ie: it should contain the name of the client whose
number currently displays in the client number field. In Access 97 I enter
code into the On current property, but this option is not in Access 2003.
 
I assume this is an unbound combo box that you use for selecting a record?

The technique for using the form's Current event is still valid - nothing
has changed.

Check that the code for the Form_Current procedure is still there, and that
the bform's "On Current" property reads "[Event Procedure]".
 
Back
Top