Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

User Name

Status
Not open for further replies.

stat123

Technical User
Jul 19, 2004
10
CA
I have a form that picks the networks username using - environ("username"); the problem is that every time a user changes towers, instead of their username, the following keeps appearing - #Name?

Any clues?
 
I have a form that picks the networks username using - environ("username"); the problem is that every time a user changes towers (they get a new computer), instead of their username, the following keeps appearing - #Name?

Any clues?
 
Environ("USERNAME") returns the NT logon name on WinNT,Win2k,WinXP and Win2003 and nothing on Win9x.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top