Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Domain Server and Access 97

Status
Not open for further replies.

Soulbait

MIS
Mar 12, 2003
43
US
Is there anyway for Access to use the domain server as its place to retrieve its list of users and groups for a secure database?

Thanks
 
JET security doesn't really work with other types of security/logins. BUT you can make API calls and find out who is the current user, what is the current domain, etc.

Domain:

Network username:


I believe you can poll the environment variable "USERNAME" directly for the username also. --
Find common answers using Google Groups:

 
Hey thanks for the info, Guess Ill just have to deal with the standard way
 
There probably is *A* way to store all that on the domain server, but it won't prevent a user from holding SHIFT when opening the database and joyfully editing/deleting tables directly. JET security is the only way to do decent security in Access.

--
Find common answers using Google Groups:

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top