A
Andy
I have main form with just one Combo box. Data is limited to List and I have
a NotInList Event (to provide a more User friendly message).
If a User starts to type data into the Combo which is not in List but then
decides to hit the Quit Command button (simply containing Quit command), the
NotInList Event fires first so the Quit cannot be executed.
Is there a way to bypass the NotInList Event in this circumstance to allow
the Quit command to be executed?
Thanks.
a NotInList Event (to provide a more User friendly message).
If a User starts to type data into the Combo which is not in List but then
decides to hit the Quit Command button (simply containing Quit command), the
NotInList Event fires first so the Quit cannot be executed.
Is there a way to bypass the NotInList Event in this circumstance to allow
the Quit command to be executed?
Thanks.