Logon - Report to CurrentUser

D

Duane Hookom

Create a table of users with a field containing the name of the user and a
field for file name of their picture. Use code found in the API section of
www.MVPS.org/access to identify the logged in user. Build your report's
record source based on a criteria using this function.

Add an image control to the detail section of the report. Use code in the On
Format of the detail section to set the picture property of the image
control.
 
Top