N Neville G Apr 20, 2008 #1 I wish to Display the User Logged onto the PC in my Access Database Forms and Reports. There must be a way?
I wish to Display the User Logged onto the PC in my Access Database Forms and Reports. There must be a way?
D Daniel Pineault Apr 20, 2008 #2 You can use the code found at http://www.mvps.org/access/api/api0008.htm to get the UserName with which the user is logged into the network. You can also use the CurrentUser() method to get the username logged into the database if security has been implemented. -- Hope this helps, Daniel Pineault For Access Tips and Examples: http://www.cardaconsultants.com/en/msaccess.php If this post was helpful, please rate it by using the vote buttons.
You can use the code found at http://www.mvps.org/access/api/api0008.htm to get the UserName with which the user is logged into the network. You can also use the CurrentUser() method to get the username logged into the database if security has been implemented. -- Hope this helps, Daniel Pineault For Access Tips and Examples: http://www.cardaconsultants.com/en/msaccess.php If this post was helpful, please rate it by using the vote buttons.