ClaraBarton
Registered User.
- Local time
- Today, 01:57
- Joined
- Oct 14, 2019
- Messages
- 578
I run a check before closing the form to make sure 3 fields have data. The form has subforms so I preload a new record with autonumber.
Everything I read says that data checking belongs in the before update event.
However, a preloaded record with no data is not dirty so it misses the before update and I get empty records.
Using unload.. cancel returns with "no current record if the unload is canceled."
What is the proper way of canceling a close and fixing the record?
Everything I read says that data checking belongs in the before update event.
However, a preloaded record with no data is not dirty so it misses the before update and I get empty records.
Using unload.. cancel returns with "no current record if the unload is canceled."
What is the proper way of canceling a close and fixing the record?