G
gmazza
Hi there,
I implemented Allen Browne's Audit Trail code into my access project and it
works perfect.
However, when there is an update, it writes 2 records to the Audit table, the
audit type in the first record is an EDIT FROM as well as all the fields how
they looked before, and the next record the audit type is an EDIT TO as well
as all the fields how they looked before.
I was wondering, for updates, if I can have 1 record that would look like
this in the Audit table when an Update has been made on the form:
Edit From Goodfella Edit To Goodfellas
Right now it shows me all the fields in the table for both records and I have
to look through it long to try and find the change that was actually made. Is
there a way you can have 1 record, with the exact field the change was made
on, what it was before, and what it is now.
I hope I have been clear, here is Mr. Browne's Audit Trail code:
http://allenbrowne.com/AppAuditCode.html
Any help is appreciated!
I implemented Allen Browne's Audit Trail code into my access project and it
works perfect.
However, when there is an update, it writes 2 records to the Audit table, the
audit type in the first record is an EDIT FROM as well as all the fields how
they looked before, and the next record the audit type is an EDIT TO as well
as all the fields how they looked before.
I was wondering, for updates, if I can have 1 record that would look like
this in the Audit table when an Update has been made on the form:
Edit From Goodfella Edit To Goodfellas
Right now it shows me all the fields in the table for both records and I have
to look through it long to try and find the change that was actually made. Is
there a way you can have 1 record, with the exact field the change was made
on, what it was before, and what it is now.
I hope I have been clear, here is Mr. Browne's Audit Trail code:
http://allenbrowne.com/AppAuditCode.html
Any help is appreciated!