Audit trail for records deleted from table using Data Access Macros

TimTDP

Registered User.
Local time
Today, 16:41
Joined
Oct 24, 2008
Messages
213
I need to keep an audit of records deleted in a table. I would like to make use of Access 2010 Data Access Macros for this!


In the table tblProduct I have a field ProductId


Users need to log onto use the database so I know the user ID and would like to keep this in the audit.


How do I use Data Access Macros to record the ProductId, UserId, Now() in an audit table (tblProductAudit) everytime a record is deleted in tblProduct?
 

Users who are viewing this thread

Back
Top Bottom