is there a way to capture the domain groups that a user is a member of?
For example, if I had someone setup groups like the following
CompanyPurchasing
CompanyProduction
CompanyAccounting
and I was a member of two of those, can I somehow retreive that information in access to allow some of the functionality of a database, but restrict it from others. Handling the funcationality at this point isn't much of an issue, at least for now, I'm controlling some of this by the environ("username") method. But I'm looking for groups to allow several people access.
Thanks
Ed
For example, if I had someone setup groups like the following
CompanyPurchasing
CompanyProduction
CompanyAccounting
and I was a member of two of those, can I somehow retreive that information in access to allow some of the functionality of a database, but restrict it from others. Handling the funcationality at this point isn't much of an issue, at least for now, I'm controlling some of this by the environ("username") method. But I'm looking for groups to allow several people access.
Thanks
Ed