Audit Trail for Non Autonumber table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to create an audit trail in Access 2003. However, the table I
wish to audit does not have an autonumber primary key. Is there an
alternative auditing method that will allow a number format as the primary
key?
 
every table should have an autonumber and every autonumber should be a
primary key

sorry dude; your plain text keys are goddamn ridiculous
 
The code in this page should work with any table that has a primary key
field of type Number, size Long Integer:
http://allenbrowne.com/AppAudit.html

If you want to work with other kinds of fields, you can adapt the approach
(i.e. modify the code.)
 
long integer?

are you friggin kidding me?

do people in the real world really still use MDB?

ROFLMAO
 

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

Similar Threads


Back
Top