How do I pull data from our AD to input into an access database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a database in access that I use to asign computer netbios names..I
need to now access the active directory for the information...how can I do
this?
 
Hi,


I am not sure I understand.


CurDir


returns the current directory used by Access.



Hoping it may help,
Vanderghast, Access MVP
 
Hi Michel
What I am trying to do is thru AD (active directory) get a list of the users
and add the data ie name of the user and department they work in, to my
database then from this data I generate a computer name as in username joe
blow department finance so his computer name would be jbfin-001 or something
like that..
Thanks for the help
 
Hi,

I see. Was confused with a current, active, directory, while it was the
Active Directory. I would have use WMI, but the solution proposed by Alex
White seems more direct.


Vanderghast, Access MVP
 
Back
Top