M Mike Jan 26, 2004 #1 Is there any way to build an expression that grabs the current user's userID? Thanks.
C Cheryl Fischer Jan 27, 2004 #2 If you have implemented Access built-in security, you can use the CurrentUser method. If you are not using Access Security, the code at the following link will get the network logon id of the user: http://www.mvps.org/access/api/api0008.htm
If you have implemented Access built-in security, you can use the CurrentUser method. If you are not using Access Security, the code at the following link will get the network logon id of the user: http://www.mvps.org/access/api/api0008.htm
V Van T. Dinh Jan 27, 2004 #3 If you meant current user as per Access Security, use the CurrentUser() function (Check Access VB Help). If you meant the Windows user, then check The Access Web article: <http://www.mvps.org/access/api/api0008.htm> HTH Van T. Dinh MVP (Access)
If you meant current user as per Access Security, use the CurrentUser() function (Check Access VB Help). If you meant the Windows user, then check The Access Web article: <http://www.mvps.org/access/api/api0008.htm> HTH Van T. Dinh MVP (Access)