Finding the current security group

J

John Baker

How can I get the string for the Current security group? I have found that I
can use CurrentUser to return the current user, but how can I find the
group
the user belongs to?

Any help greatly appreciated.


John Baker
 
J

Joan Wild

John said:
How can I get the string for the Current security group? I have found
that I can use CurrentUser to return the current user, but how can I
find the group
the user belongs to?

Keep in mind that a user can be a member of more than one group. You'll
find functions in the security FAQ you can use to
determine if a user is a member of a group
list the groups a user is a member of

http://support.microsoft.com/?id=207793
 

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