bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access CurrentUser() Function

Concept visual

MS Access CurrentUser() Function

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

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

Previous

❮ MS Access Functions

Next

Previous

MS Access Year() Function

Next

MS Access Environ() Function