How do Identify a user?

S

Shawn

I'm using Access Security / workgroup.

On certain forms, I would like to automatically capture
the users logon name and log their name with the rest of
the transaction created on that form. Thanx ~Shawn
 
J

Joan Wild

You can capture that using the CurrentUser() function. Use it in the
BeforeUpdate event for the form.
 
G

Guest

THANK YOU !!! PERFECT!! As usual, I was making it
harder then it was, looking over hear and over there
instead of looking right in front of me... I should have
known that one! Thank You Joan :)

~Shawn
 
Top