I want to make a login screen to my Access application using the windows username and password.
I know I can retrieve the user name by ..
Environ$("UserName")
Is there a way to retrieve the windows password, just for verification?
Is this even possible to do this with a Access VBA application?
I know I can retrieve the user name by ..
Environ$("UserName")
Is there a way to retrieve the windows password, just for verification?
Is this even possible to do this with a Access VBA application?