MS Access CurrentUser() Function

Example

Return the name of the current database user:

SELECT CurrentUser();

Definition and Usage

The CurrentUser() function returns the name of the current database user.

Syntax

CurrentUser()

Technical Details

Works in: From Access 2000

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.