C
Cathy C
I need to be able to track who makes changes to data and the date of change.
Any suggestions?
Thanks for your assistance.
Cathy
Any suggestions?
Thanks for your assistance.
Cathy
Cheryl Fischer said:Here are a couple of links from the MS Knowledgebase which show one way to
do it:
Access 97: How to Create an Audit Trail of Record Changes in a Form
http://support.microsoft.com/default.aspx?scid=kb;en-us;183792
Access 2000: How to Create an Audit Trail of Record Changes in a Form
http://support.microsoft.com/default.aspx?scid=kb;en-us;197592
There are many ways to create an audit trail of changes to records,
depending on what kind of info you want in the audit trail, whether you want
to maintain it in the same table or in a separate table, etc. For another
look at this subject, here is a link to an excellent article by MVP Allen
Browne:
http://members.iinet.net.au/~allenbrowne/AppAudit.html
Cathy said:I need to be able to track who makes changes to data and the date of
change. Any suggestions?
Cathy said:The following code is working, but it puts Admin for the name of the
person who made the changes regardless of who made the changes. Any
suggestions on how to put the person's name who made the change(s)?