I have a form which is opened in ADD mode.
There are three fields (ImpDate, Group, Crit) which the users must complete before they can close the form.
We are running with Validation rule set to 'Is Not Null' and having some Validation text prompt the users.
Unfortuantely, this is no longer good enough as the users may start a record and then decide that they don't want to continue (they have no delete capability).
What I'm after is a way to check these three fields for data.
If they contain data, great, the user can close the form.
If only one or two of the fields contain data and the user tries to close the form, I want them to receive a YES/NO msgbox informing them if they want to continue and that if they click NO the record will be deleted (and the form will close). If they click YES, they can continue to complete the change.
Stumped
There are three fields (ImpDate, Group, Crit) which the users must complete before they can close the form.
We are running with Validation rule set to 'Is Not Null' and having some Validation text prompt the users.
Unfortuantely, this is no longer good enough as the users may start a record and then decide that they don't want to continue (they have no delete capability).
What I'm after is a way to check these three fields for data.
If they contain data, great, the user can close the form.
If only one or two of the fields contain data and the user tries to close the form, I want them to receive a YES/NO msgbox informing them if they want to continue and that if they click NO the record will be deleted (and the form will close). If they click YES, they can continue to complete the change.
Stumped