P
Paradigm
I have a continuous form which is used to record the current location of
staff. The form records time, location, notes and a category.
I want to add this record to a history table so that whenever someone is
checked in or out the data is recorded. The problem is I do not know when to
do this since the data can be entered in any order so the afterupdate event
on any of the fields will not get all the fields or will create multiple
records.
For example, if someone checks out and I add a new record with the staffid
and time, and then they complete the location field the created record will
not have the location.
alec
staff. The form records time, location, notes and a category.
I want to add this record to a history table so that whenever someone is
checked in or out the data is recorded. The problem is I do not know when to
do this since the data can be entered in any order so the afterupdate event
on any of the fields will not get all the fields or will create multiple
records.
For example, if someone checks out and I add a new record with the staffid
and time, and then they complete the location field the created record will
not have the location.
alec