I am using the ON EXIT event function to evaluate a field to ensure the user has entered data. If the user does not enter data, a message is shown and I reset the focus back to the field. My problem is when the user decides to not complete the record and closes the form, they are bombarded with the message telling them to enter data in the field. This will happen a couple of times and then the form will close.
Does anyone know if I can bypass my ON EXIT event when the form is closed? Thanks.
Does anyone know if I can bypass my ON EXIT event when the form is closed? Thanks.