Application.CurrentWebUser Method (Access)

Gets information about the current user of a Web database on Microsoft SharePoint Foundation 2010.

Version Information

Version Added: Access 2010

Syntax

expression .CurrentWebUser(DisplayOption)

expression A variable that represents an Application object.

Parameters

Name

Required/Optional

Data Type

Description

DisplayOption

Required

AcWebUserDisplay

Specifies the type of information to return about the user.

Return Value

Variant

Remarks

The CurrentWebUser method returns Null if the database has not been published, or information about the current user cannot be retrieved.

See Also

Concepts

Application Object Members

Application Object