Hi All,
I'm trying to fine tune my audit trail to be a little more accurate as to who is using the database. I'm running Access 2013 on Windows 10 with split front- and back-ends and about 8 total users. I am currently using the Environ("COMPUT ERNAME") function to populate my [ChangedBy] field in my data macro audit trail. Sometimes people may be logged into someone else's computer at my office so I want to be able identify which front-end file is making the changes from the back-end. The problem is that my data macros are stored in the back-end on one machine (we're on a WorkGroup network), so if someone is at a computer that isn't their own but they are in their own front-end file, the function will return the computer name and not the actual user making the changes. I need some kind of function that returns the name of the file that is accessing the back-end.
Any help is much appreciated...
Thanks in advance.
I'm trying to fine tune my audit trail to be a little more accurate as to who is using the database. I'm running Access 2013 on Windows 10 with split front- and back-ends and about 8 total users. I am currently using the Environ("COMPUT ERNAME") function to populate my [ChangedBy] field in my data macro audit trail. Sometimes people may be logged into someone else's computer at my office so I want to be able identify which front-end file is making the changes from the back-end. The problem is that my data macros are stored in the back-end on one machine (we're on a WorkGroup network), so if someone is at a computer that isn't their own but they are in their own front-end file, the function will return the computer name and not the actual user making the changes. I need some kind of function that returns the name of the file that is accessing the back-end.
Any help is much appreciated...
Thanks in advance.
Comment