Question How to get the user name value?

M0E-lnx

Registered User.
Local time
Today, 10:48
Joined
Sep 3, 2008
Messages
62
I'm trying to get the user name value on a form
I know you can user Environ("UserName") but that gives me the login name (the name used at the Windows login prompt

But instead of that, I want the name displayed on top of the start menu in win XP
Anyone know how to get this name?
 
I am not sure if you could locate a file with the actual user's Real Name without running into a dozen security issues. The easiest method is to create a table within access that uses the login userid and has the appropriate user Real Name field.
 

Users who are viewing this thread

Back
Top Bottom