View Full Version : Display User name


lead 27
09-11-2007, 05:34 AM
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

DJkarl
09-11-2007, 05:38 AM
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

lead 27
09-11-2007, 05:54 AM
Yeah hopefully that should work

Thanks