Lynn_AccessUser
Registered User.
- Local time
- Today, 17:47
- Joined
- Feb 4, 2003
- Messages
- 125
I have a combo box on a subform that I would like to limit the user to the list. However, when I set Limit To List = Yes . . . the user can not type in a value if they know it even if it is in the list.
The error message states:
The text you entered isn't an item in the list.
The text is in the list though. If I set Limit To List = No, the user can then type in the value.
I know I can set Limit To List = No and then write the code to handle if a user types in a value that is NOT in the list. But I don't understand why this isn't working to begin with.
Thanks!!
The error message states:
The text you entered isn't an item in the list.
The text is in the list though. If I set Limit To List = No, the user can then type in the value.
I know I can set Limit To List = No and then write the code to handle if a user types in a value that is NOT in the list. But I don't understand why this isn't working to begin with.
Thanks!!