Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

log on user ID

Status
Not open for further replies.

Data69

Technical User
Jan 24, 2003
24
0
0
US
I have a multi-user database and I want to capture the logon user name in my table when a record is updated. How do I do this?
 
Capture the CurrentUser in a string variable then update the record with that value.

Dim UserName as String

UserName = CurrentUser
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top