List Boxes

JJT

Registered User.
Local time
Today, 19:07
Joined
Jan 5, 2001
Messages
47
I have a form with an existing text field.
I would like to change the field to a list box so that I can enter the first few letters of a name in the list and have that name entered into the field.

Thanks......Much
 
I think the best way to do that is with a combo box. Try that instead of a list box.
 
If you use a list box or combo then you need to provide a source for it. Best way is to create a table or query and use that as the list or combo's source.
 

Users who are viewing this thread

Back
Top Bottom