Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 905 Bytes

Access.Application.IsCurrentWebUserInGroup.md

File metadata and controls

37 lines (23 loc) · 905 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.IsCurrentWebUserInGroup method (Access)
vbaac10.chm14601
vbaac10.chm14601
Access.Application.IsCurrentWebUserInGroup
49251e19-e375-bcec-29fa-329b2c4fbf3f
02/05/2019
medium

Application.IsCurrentWebUserInGroup method (Access)

Gets whether or not the current user of a web database is a member of the specified Microsoft SharePoint Foundation 2010 group.

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

[!includeSupport and feedback]