Managing Active Directory with Access Book?

W

WDSnews

I remember seeing a book about using Access to manage Active Directory and
now I have such a need to manage a constantly changing matrix of users and
groups. Do you know what that book was called or who published it? If not,
do you know of another book that might help me manage membership changes
that I track in Access and hope to reflect in maillists, file folders, ACLs,
and security groups?

thanks.
 
A

aaron.kempf

if you want to utilize AD in a database, then you must move to SQL
Server.

Jet doesnt' support Active Directory.

I can write .NET stored procedures in SQL Server-- to do anything that
you need to do in Active Directory.

-Aaron
 
Top