Audit Trail

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

Guest

I have a form bounded to a query with multi tables. Because of the audit purpose, we need to generate a transaction to a audit table every time. The query bounded to the form has not direct relationship to the audit table. Please advise how can I append record to the audit table. Do I need to write a "connection" to connect this audit table?
 
Allen Browne shows one approach at
http://members.iinet.net.au/~allenbrowne/AppAudit.html

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


Joshua said:
I have a form bounded to a query with multi tables. Because of the audit
purpose, we need to generate a transaction to a audit table every time.
The query bounded to the form has not direct relationship to the audit
table. Please advise how can I append record to the audit table. Do I need
to write a "connection" to connect this audit table?
 
Back
Top