I have a combo box that lists values. I set its values to 'Limit to List'. I have a button that says 'Add'. This pops up a message about how to add a value to the combo box and then sets focus on the combo box. After the user adds an entry, there is an 'AfterUpdate' that verifies that it is in the correct format, otherwise it creates an error message and undoes the entry.
My only problem is that users can still write in the combo box before clicking 'Add'. Access will create a Warning that their entry is not in the list, but this doesn't happen until after they have already typed in the combo box.
My question - is there a way to prevent users from typing anything in the combo box unless they click 'Add'?
Any advice would be much appreciated!
My only problem is that users can still write in the combo box before clicking 'Add'. Access will create a Warning that their entry is not in the list, but this doesn't happen until after they have already typed in the combo box.
My question - is there a way to prevent users from typing anything in the combo box unless they click 'Add'?
Any advice would be much appreciated!