Combo box lookup

E

Eskil

Hi,
I am having trouble with a combo box om parent form intended to lookup
records based on the name of a client.

Whenever I create ti works just fine. I type the first few letters of the
name and the full name pops up, and by entering I navigate to that client's
relevant record set.

But when I close the form and the database, the functionality has completely
disappeared. I can still use the combo box by manually selecting a name, but
it no longer searches and autofills automatically. As I can see, all
properties are set correctly.

Any help is much appreciated. Tia

Eskil
 
K

Ken Snell [MVP]

Check the Auto Expand property of the combo box. Be sure that it's set to
Yes.
 
Top