dropdown box question.

kato68

Registered User.
Local time
Today, 01:04
Joined
May 12, 2003
Messages
45
When you have a dropdown box for a field in a table how do you make it that only values that are in that dropdown box can be entered in that table. Right now my table works so that you can either pick something from the dropdown box or type in your own. I dont want my users to be able to type anything they want in.
 
Set the combo's LimitToList property to YES.

You can then use the NotInList event to inform the user of why thay can't type into the combo or even to ask them if they wish to append the entry they type to the combo's list.
 

Users who are viewing this thread

Back
Top Bottom