sTable = frm.RecordSource
sPCName = Environ("COMPUTERNAME")
sPCUser = Environ("Username")
sDBUser = "Me" 'Get Username from the database login
sDateTime = Now()
how to changee "me" in tblAudit log Dbuser field to be another user login from my login table?
If you are using Access User Level Security you can use
sDBUser = CurrentUser()
how to set up Access User Level Security in version 2007/2010 ?.
how to set up Access User Level Security in version 2007/2010 ?.
Although GHudson's audittrail solution was posted 10 years ago, I have found nothing better: it's simple, fast and effective. Thank you.
Here is the new and improved version of my Audit Trail sample. Please post back if you have any suggestions. Thanks!
Here is the new and improved version of my Audit Trail sample. Please post back if you have any suggestions. Thanks!