How do Identify a user?

  • Thread starter Thread starter Shawn
  • Start date Start date
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
 
You can capture that using the CurrentUser() function. Use it in the
BeforeUpdate event for the form.
 
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
 
Back
Top