Hello,
I have a bound form with bound subforms on tabbed pages. I have a field on the main parent form "Application_Status" that I want to check for null, but only before leaving the record. My initial attempt was to use the form's BeforeUpdate event, but this causes it to run (and pop up my message that the field is required) when the user moves to a child record, and before he really has the information to be able to fill the "Application_Status" field. Any suggestions on what event to use? Searching through the postings some people have mentioned a RecordExit event for forms, but this doesn't seem to exist. ??? Thanks for any help.
I have a bound form with bound subforms on tabbed pages. I have a field on the main parent form "Application_Status" that I want to check for null, but only before leaving the record. My initial attempt was to use the form's BeforeUpdate event, but this causes it to run (and pop up my message that the field is required) when the user moves to a child record, and before he really has the information to be able to fill the "Application_Status" field. Any suggestions on what event to use? Searching through the postings some people have mentioned a RecordExit event for forms, but this doesn't seem to exist. ??? Thanks for any help.