S shery1995 Member Local time Today, 06:45 Joined May 29, 2010 Messages 71 Jul 7, 2020 #1 Hi All, How can I capture the user name, date modified and time stamp in other tables from userlogin table which as users log in details?
Hi All, How can I capture the user name, date modified and time stamp in other tables from userlogin table which as users log in details?
Isaac Lifelong Learner Local time Yesterday, 22:45 Joined Mar 14, 2017 Messages 11,393 Jul 7, 2020 #2 You might consider storing the Username in either a global variable, a TempVar, or a table, when the user first logs in. You can then utilize that information later in code, in Audit Trail. Search forum for Audit Trail - lots of examples. One article: Audit Trail using Data Macros There are different ways to do audit trails in Access. Up until Access 2010, these had to be implemented on the Form level. But Access 2010 has Data macros which operate on the Table level, so they… scottgem.wordpress.com
You might consider storing the Username in either a global variable, a TempVar, or a table, when the user first logs in. You can then utilize that information later in code, in Audit Trail. Search forum for Audit Trail - lots of examples. One article: Audit Trail using Data Macros There are different ways to do audit trails in Access. Up until Access 2010, these had to be implemented on the Form level. But Access 2010 has Data macros which operate on the Table level, so they… scottgem.wordpress.com