How do I retrieve the Access security username used to enter my da

M

Mark

I want to use the username from the Access login to auto populate the
employee field when clearing a ticket. Can it be pulled from the information
that they logged in with (not windows password).
 
A

Allen Browne

CurrentUser() gives you the currrent user's name if you are using Access
security.
 
Top