Is there a good way, in Access 2002, to only allow a user to pick from the dropdown list for a combobox?
Logically, this would 'Lock' the textbox portion and have the dropdown list unlocked. Many websites have this feature. Just try to enter 2.5 people into an airline or hotel reservations website.
I know about 'Limit to List', but if the RowSource = "1;2;3;4;", and the user enters 'q', no error occurs until the user navagates away from the control/page/record. Then an error message must be presented to user, and they must make another attempt. I want to stop this before it starts.
Logically, this would 'Lock' the textbox portion and have the dropdown list unlocked. Many websites have this feature. Just try to enter 2.5 people into an airline or hotel reservations website.
I know about 'Limit to List', but if the RowSource = "1;2;3;4;", and the user enters 'q', no error occurs until the user navagates away from the control/page/record. Then an error message must be presented to user, and they must make another attempt. I want to stop this before it starts.
Comment