Application.IsCurrentWebUserInGroup Method (Access)
Gets whether or not the current user of a Web databse is a member of the specified Microsoft SharePoint Foundation 2010 group.
Version Information
Version Added: Access 2010
Syntax
expression .IsCurrentWebUserInGroup(GroupNameOrID)
expression A variable that represents an Application object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
GroupNameOrID |
Required |
Variant |
The name or identifier (ID) of the group. |
Return Value
Boolean