How to Log-in User name into text box

nrmarthi

Registered User.
Local time
Today, 15:37
Joined
Feb 13, 2006
Messages
47
Hello guys

How can i get the Log-in User name into text box in a form

Thank you
 
Are you using Access workgroup security or a custom login process?
 
Hello Ghudson

am using access workgroup security
 
Then use the CurrentUser() function.

msgbox "user name = " & CurrentUser
 
Hello Gudson

Thanks lot for that help. However, can u please tell me, how exactly to do?. Do u mean, build in that function in User log-in text box?

Regards
 

Users who are viewing this thread

Back
Top Bottom