No, the combo box's design is that a single click will make the selection.
What you need to do instead is use BeforeUpdate event of the combo box to
validate that the user wants that choice, and to cancel the event if the
user says no. Or use the Form's BeforeUpdate event to do a similar
validation.
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.