UserEmailAddress() Function in Microsoft Access
Function: UserEmailAddress()
Purpose: The UserEmailAddress() function is used to return the email address of the current database user. This function is only available within user interface macros.
Usage: UserEmailAddress()
Returns: A string containing the user's display name.
This function definition is part of the About Databases Microsoft Access Function Library and is intended to provide a reference overview for database developers.
Purpose: The UserEmailAddress() function is used to return the email address of the current database user. This function is only available within user interface macros.
Usage: UserEmailAddress()
Returns: A string containing the user's display name.
This function definition is part of the About Databases Microsoft Access Function Library and is intended to provide a reference overview for database developers.
Source...