User authentication

P

Pango

I am in a domained network and i have put an access 97 db on a network drive, I would like to have people login using actually their network credentials, like username and password.

How cai i do that?
 
D

Douglas J. Steele

Do you mean you want to try and integrate their network ID with Access
security, or simply that you want to know their network ID?

Access Security doesn't support integrated security: there's no way to avoid
having them log into your application separately.

On the other hand, if all you want is to know their network ID, check out
http://www.mvps.org/access/api/api0008.htm at "The Access Web'

--
Doug Steele, Microsoft Access MVP

(No private e-mails, please)


Pango said:
I am in a domained network and i have put an access 97 db on a network
drive, I would like to have people login using actually their network
credentials, like username and password.
 
B

Byron

Once you have their network login info (username) you
might also want to maintain a table where the correct
user names along with any other information desired about
the user and then authenticate the use by the person
logging in against this table.

HTH

Byron
-----Original Message-----
I am in a domained network and i have put an access 97
db on a network drive, I would like to have people login
using actually their network credentials, like username
and password.
 
Top