Get the User ID Programatically

B

Bill Duris

Hello,

Is there a way to get the user's system (Windows) login ID from Access 2002?
Is there a 3rd party function for this?
 
D

dogfish

howya

not sure it will help but when I was creating a form I used
=Environ("USERNAME") as the control source and it picks up my network logon.

DFC
 
Top