Hello,
I have a form with one combo box, several command buttons, plus a 'Close' command button. I validate the data in this combo box in VBA. I want the user to be able to close (exit) the form before selecting a value. But the validations are done first, and when I click on 'close', I get my data errors. How can I process the Close event PRIOR TO the other events? Is there a way to set the sequence?
Thank you,
Lori
I have a form with one combo box, several command buttons, plus a 'Close' command button. I validate the data in this combo box in VBA. I want the user to be able to close (exit) the form before selecting a value. But the validations are done first, and when I click on 'close', I get my data errors. How can I process the Close event PRIOR TO the other events? Is there a way to set the sequence?
Thank you,
Lori