Hi,
Calling on all the experts to assist this dumb guy with Access form programming...
I created a form (DataMode = Add) with with validation for all required fields in the OnExit Event for the fields. However, I open the form and then decide to do one of 2 things...
1. Decide not to add any record and press the exit CmdButton that closes the Form, or
2. Add the necessary data and after the record was added, press the exit CmdButton that closes the Form...
In Both instances... it keep popping up the MsgBox that I created prompting me to enter the required fields, and does not want to exit. Is there a way that when the exit CmdButton is pressed that all events on the form is disabled.... I Wonder.... !!! I am going to check whether the is a property that disables an event... maybe this will help.
But you expertise is highly appreciatetd.
Thanks