View Full Version : List Boxes


JJT
02-06-2001, 09:19 AM
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

fmccarl
02-06-2001, 09:25 AM
I think the best way to do that is with a combo box. Try that instead of a list box.

mark curtis
02-06-2001, 09:40 AM
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.