Combo box not finding correct record

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

Guest

Hello everyone. I have a combo box that is not finding the correct record,
i.e. after the name comes up from the combo box list and I hit return, the
wrong record is found. Thanks in advance.
Anneg
 
Hello everyone. I have a combo box that is not finding the correct record,
i.e. after the name comes up from the combo box list and I hit return, the
wrong record is found. Thanks in advance.
Anneg

You should be aware that a) we cannot see your database; b) we cannot
tell what might be in it; and c) we are not telepathic.

Please post some information about the combo, in particular its Row
Source property (the name of the table and a description of its key
fields, or the SQL view of the Query upon which the combo is based);
the VBA code in the combo's AfterUpdate event; and if it's not obvious
from these, the Recordsource of the form.

John W. Vinson[MVP]
 
Back
Top