types of drop down

qwertyjjj

Registered User.
Local time
Today, 12:52
Joined
Aug 8, 2006
Messages
262
I need to display a drop down list to users.
I know that in a combo box, the user can also type text. However, I want to stop them from doing this and only be able to select values.

Is there a better control I could use? I tried the listbox but this does not seem to "drop down" the data like a combo
 
In the combo box properties set the 'Limit to list' = yes. Then If the user selects an item from the list in the combo box or enters text that matches a listed item, Access accepts it. If the entered text doesn't match a listed item, the text isn't accepted and the user must then retype the entry.
 

Users who are viewing this thread

Back
Top Bottom