Question Audit Trail - Deleting Records

irish634

Registered User.
Local time
Today, 11:41
Joined
Sep 22, 2008
Messages
230
I've always used an audit trail for tracking changes of records that already exist but I have had a situation come up where I now need to track records that have been deleted. For example, if I delete a record in the datasheet view.

I've seen several examples how to do this, with the most common seeming to store the data into a temporary table while waiting for the delete confirmation. If I am reading the notes correctly, it's done this way to capture occurrences when multiple records are selected to be deleted. Is this the best approach for this type of task?

Are there any other suggestions?
 
Add a delete field to the record source table and tag/filter it accordingly. Tag it on the OnDelete event.
 

Users who are viewing this thread

Back
Top Bottom