D davidjurban Mar 8, 2004 #1 How can I get the user name that was entered in Access security for us in VBA? Thanx in advance, Dave Urba
How can I get the user name that was entered in Access security for us in VBA? Thanx in advance, Dave Urba
D davidjurban Mar 8, 2004 #2 CurrentUser method will return the user of the application. strUserNam = Environ("UserName") will return the user logged into windows
CurrentUser method will return the user of the application. strUserNam = Environ("UserName") will return the user logged into windows
D davidjurban Mar 8, 2004 #3 CurrentUser method will return the user of the application. strUserNam = Environ("UserName") will return the user logged into windows
CurrentUser method will return the user of the application. strUserNam = Environ("UserName") will return the user logged into windows