How to capture database user name and time stamp in a table. (1 Viewer)

shery1995

Member
Local time
Today, 04:18
Joined
May 29, 2010
Messages
71
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, 20:18
Joined
Mar 14, 2017
Messages
8,777
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:
 

Users who are viewing this thread

Top Bottom