Pages

Monday, February 6, 2012

Retrieve the current username (Access 2000/2002/2003/2007)

If a Microsoft Access database incorporates user-level security, you can easily retrieve the name of the user that's logged into the current instance of the database.

To do so, use the CurrentUser() function. For example, set a control's Control Source property to:

=CurrentUser()

to display the username. Or you might use it to retrieve records that have been flagged with usernames by incorporating CurrentUser() into a query's criteria expression.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.