You can use Form_BeforeUpdate to read the OldValue of each field, and
execute an Append query statement to add another record to another table.
But you don't know if the write will succeed or not, so the audit log could
contain invalid records (writes that failed.)
If you want to audit the deletion of records as well, things get more
involved, as a user can select multiple records at once.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.