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.
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.