Audit Trail - Can I query on the data?

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

Guest

If I have a form that calls the function AuditTrail() - I did not write the
code. I believe it is the famous Allen Browne code. I can see the data on
the screen. I can't find it in any of my tables. Is there a default location
where this data is stored?
 
Assuming you followed Allen's instructions, you created a table along the
lines of audTmpInvoice, plus a number of tables with a prefix of aud. The
Audit information is in those tables.
 
Back
Top