Hey everyone, I'm trying to have a textbox on a form know who is logged into the computer. Is there a way to do that? Something like the value of the textbox being =username..
Please help.
Mike![]()
Hey everyone, I'm trying to have a textbox on a form know who is logged into the computer. Is there a way to do that? Something like the value of the textbox being =username..
Please help.
Mike![]()
Here's a link that you might find useful.
what username do you refer to? Is it the computername or the user who is logged and using your program?
Marianne,
The user who is logged in and using the computer. So whenever the user logs in to the PC I need a textbox in Access ('07) to show that user.
Ruralguy,
I haven't looked over you link much yet, but doesn't quite look like what I need. I'll look over it some more here shortly.
Thanks all,
Mike
ruralguys link would be useful there.
Hey, thanks Ruralguy and Marianne, The link worked perfectly. Awesome!!!
Glad we were able to help.
=Environ("USERNAME")
=Environ("COMPUTERNAME")