Need to set up an audit table

  • Thread starter Thread starter Tim
  • Start date Start date
T

Tim

Hi

I need to set up an audit table. The idea is that this
table is populated with data and time, user, old values
and new values of records in another table (an important
one). The table needs to be populated each time a record
in the audited table is either updated or changed.

I used to know how to do this in Oracle with triggers and
the ::NEW methods - any one got any examples of how to do
it in Access?
Cheers
Tim
 
Hi Tim

Access lacks triggers, but if all changes are done through a form, you can
use the events of the form to log inserts, edits, and deletes.

Details in article:
Audit Trail - Log changes at the record level
at:
http://allenbrowne.com/AppAudit.html
 

Ask a Question

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.

Ask a Question

Back
Top