How retrieve the group name of the current user to use it ?

S

Stéphanie

I would like to create a condition when I check the group of my user.
How do I have to do that ?
I have only found the CurrentUser() method, but nothing to retrieve the
group of this user.
 
T

TC

Google the Access groups for "IsUserInGroup", there will be hundreds of
hits.

Note also, a user an be a member of /many/ groups. So there is no such
thing as "the" group of the current user.

HTH,
TC (MVP Access)
http://tc2.atspace.com
 
Top