How to use the MS Windows passwords for Login Form in Access

  • Thread starter Using Windows Passwords on Access
  • Start date
U

Using Windows Passwords on Access

I want to use the windows passwords on Login form for autentication on
database. So If somebody know how to do this, help me.

Thanks for all.
 
D

Douglas J. Steele

"Using Windows Passwords on Access" <Using Windows Passwords on
[email protected]> wrote in message
I want to use the windows passwords on Login form for autentication on
database. So If somebody know how to do this, help me.

Sorry, it's not possible. Access does not have the equivalent of SQL
Server's "trusted connection": you must create user ids and passwords in
Access.
 
T

Tony Toews [MVP]

Using Windows Passwords on Access <Using Windows Passwords on
I want to use the windows passwords on Login form for autentication on
database. So If somebody know how to do this, help me.

However you might be able to use the users Windows/Novell login
account info for your purposes.

API: Get Login name
http://www.mvps.org/access/api/api0008.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 
Top