Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
51 lines (27 loc) · 1 KB

application-currentwebuser-method-access.md

File metadata and controls

51 lines (27 loc) · 1 KB
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
Application.CurrentWebUser Method (Access)
vbaac10.chm14599
vbaac10.chm14599
access
Access.Application.CurrentWebUser
cb8b230d-71c5-c73d-c88e-1a13246492a5
06/08/2017

Application.CurrentWebUser Method (Access)

Gets information about the current user of a Web database on Microsoft SharePoint Foundation 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