Display User name

lead 27

Registered User.
Local time
Today, 00:35
Joined
Mar 24, 2007
Messages
147
Hi

I am trying to create a txt box to display the current user, I tried Environ("username") but this displays the user logged into windows. I really need the user logged into the database ( a username and password is required to log in) as they may not always be the same

Any ideas??

Thanks
 
Hi

I am trying to create a txt box to display the current user, I tried Environ("username") but this displays the user logged into windows. I really need the user logged into the database ( a username and password is required to log in) as they may not always be the same

Any ideas??

Thanks

Try the CurrentUser function
 
Yeah hopefully that should work

Thanks
 

Users who are viewing this thread

Back
Top Bottom