Hi all, I am using Audit Trail module to track usere changes in the database..it seems to work fine but the username only captures the userid not the physical name...here's the part of the code:
The userid for the users does begin with a letter but I want to capture at least their physical first name..what do I need to do pls.Code:Dim strUserID as String strUserID = Environ("Username")