Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Auto complete not working for lookup table

Status
Not open for further replies.

Vandelay

Programmer
Jun 22, 2003
95
US
I have a field where the user is required to select from a list. In the current version, when you start typing (for instance 'tom'... it would complete it .. 'tomorrow'. I am revamping my database for '04 and I tried to do the same thing but this time it's not auto completing. One difference, and I'm not sure it matters. The table it's looking up has 2 columns, not just one like the current one has.

How can I make it auto - complete? I don't really see a setting for that.
 
The only thing I can think of is that maybe you're using a listbox instead of a combo box? A list box will not do the auto complete but a combo box will.
 
It works now I think, I deleted the field and used the toolbox to intall a combo box, now it auto-completes. thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top