Query Active directory and populate access table

M

Mayank

I want to be able to query active directory to populate one of the tables in
my access 2000 database. Is this something that can be done from within
access? Or, do I have to write an external program (eg. use .net
DirectoryServices classes) to do this? Can it be done in access 2003?

Thanks in Advance. :)

- Mayank
 
M

MGFoster

Mayank said:
I want to be able to query active directory to populate one of the tables in
my access 2000 database. Is this something that can be done from within
access? Or, do I have to write an external program (eg. use .net
DirectoryServices classes) to do this? Can it be done in access 2003?

You can use ADO. Here is a URL that uses a different scripting language
to use ADO to access Active Directory:

http://tinyurl.com/kwfmg

You can probably use this script as a starting point. You'll have to
have an object model of the Active Directory classes.

If you Google "Active Directory" and VB or "Microsoft Access" you'll
probably find more sites.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top