stevekos07
Registered User.
- Local time
- Today, 08:25
- Joined
- Jul 26, 2015
- Messages
- 174
I would appreciate any help with this.
I have a form which is used as an event log and check list. The form only needs to be edited as a once-off each day then an OnClose event macro saves the changes to a table via an Append query to record the information for that day.
What I want to do is to either reset the form to all blank records after the append query "backup" or to do this on open so we have a blank form at the beginning of each day.
Opening the form to a new record is not suitable as it opens to add a new record which is not what we want to do. We simply need the fields in the table (form) to be blank on open.
I have a form which is used as an event log and check list. The form only needs to be edited as a once-off each day then an OnClose event macro saves the changes to a table via an Append query to record the information for that day.
What I want to do is to either reset the form to all blank records after the append query "backup" or to do this on open so we have a blank form at the beginning of each day.
Opening the form to a new record is not suitable as it opens to add a new record which is not what we want to do. We simply need the fields in the table (form) to be blank on open.