Hello,
I am not sure if this is possible but what I am trying to do is to confirm the users identity without them having to enter a password. The access database I am working with is networked and each user has a specific profile i.e. C:\WINDOWS\Profiles\UserId.
Is there a way of comparing the path of the users profile with a String. I had in mind the following.
If ( C:\WINDOWS\Profiles\Marty1= "C:\WINDOWS\Profiles\Marty1"
Then user is Marty.
Any help would be greatly appreciated.
Marty..
I am not sure if this is possible but what I am trying to do is to confirm the users identity without them having to enter a password. The access database I am working with is networked and each user has a specific profile i.e. C:\WINDOWS\Profiles\UserId.
Is there a way of comparing the path of the users profile with a String. I had in mind the following.
If ( C:\WINDOWS\Profiles\Marty1= "C:\WINDOWS\Profiles\Marty1"
Then user is Marty.
Any help would be greatly appreciated.
Marty..