Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.04 KB

Access.Application.CurrentWebUser.md

File metadata and controls

44 lines (25 loc) · 1.04 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.CurrentWebUser method (Access)
vbaac10.chm14599
vbaac10.chm14599
Access.Application.CurrentWebUser
cb8b230d-71c5-c73d-c88e-1a13246492a5
02/05/2019
medium

Application.CurrentWebUser method (Access)

Gets information about the current user of a web database on Microsoft SharePoint Foundation 2010 and later.

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.

[!includeSupport and feedback]