Microsoft Office isn't under Administrative Templates for the group policy. This was the group policy for every computer connected to the network and the administrator told me that this is because Microsoft Office is not pushed through the networks group policy. If there is a group policy for...
This didn't work because Microsoft Access isn't configured through the group policy on our domain, it is installed onto each computer individually.
Do you or anyone else have any other solutions?
Thanks for all your help
I want to fill out a combo box, I was hoping that it could directly fill out the combo box, im guessing I will need a loop to do this.
The design will be like this:
There is a combo box where users select a department. Once they have picked a department there will be another combobox that...
Even if there was a way to get email addresses from outlook that would be great, however the emails have to update as the outlook address book updates
By the way I tried changing the select statement to this to try and show the IT departments email or even every member of the IT Departments...
Thanks I adapted it to show my email address, however I had trouble adapting it to show a departments email or even a list of all emails in the active directory
Okay so I know how to send an email using access but I wanted to know if anyone knows how to get the emails address that are in the active directory
Thanks
Hi
Below are the ways I know of getting around the 'Security Warning - Certain content has been disabled from the database' , however I'm not really sure which one would be best for the situation I am in. The application will be used in the work place and stored in a network folder.
Making a...
It turns out finding the department is as simple as:
WHERE department='DepartmentName'
Its weird though because for some departments it shows some of the users whose accounts are inactive but not every inactive account.
Thanks for the link because I found out how to filter by department from...
Thank you that is what I wanted.
The only problem is that I want to filter the results because it showed some suers that I didnt expect to show up. I know I would have to do this with the SQL
To try and fix this I will filter the results that show by department so I went into the active...
Galaxiom I don't know how to get the names of all the users though. I just rad your threads now and I do understand LDAP a bit better now but I don't know enough to get a list of all the users.
Thanks
Hi
I would like to get a list of all the users in the active directory and put them in a combo box. Does anyone know how to do this?
I would like it to show there CN name
Thanks