I am using AD for security and also have the users come into the local database for our app.
In one of the forms I wish to do a drop list of users. I have linked the members database and have the complete list of users listed in the drop down.
What I need to do now, is somehow, only list users that are a member of a specific AD Group.
Is there any way to do this? Even with a bit of custom code?