Groundrush
Registered User.
- Local time
- Today, 00:39
- Joined
- Apr 14, 2002
- Messages
- 1,376
I am using a Audit Trail that ghudson posted a while back
and I am trying to figure out how to pick up the user names that have created or changed records
at the moment I get
"New Record added on 07/07/2003 09:40:38 by Admin;"
I know in the code that ghudson posted, it mentions:
sUser = "User: " & UsersID 'You need to identify your users if you are not using Access security with workgroups.
sUser = CurrentUser
Does anyone know how to go about doing that
Thanks for any advice
and I am trying to figure out how to pick up the user names that have created or changed records
at the moment I get
"New Record added on 07/07/2003 09:40:38 by Admin;"
I know in the code that ghudson posted, it mentions:
sUser = "User: " & UsersID 'You need to identify your users if you are not using Access security with workgroups.
sUser = CurrentUser
Does anyone know how to go about doing that
Thanks for any advice
