C Cheryl Fischer Mar 9, 2004 #2 There is code at the following link to The Access Web that will get that for you: http://www.mvps.org/access/api/api0008.htm
There is code at the following link to The Access Web that will get that for you: http://www.mvps.org/access/api/api0008.htm
R RobFMS Mar 9, 2004 #3 API: Get Login name (Q) How do I retrieve the UserName with which the user is logged into the network? http://www.mvps.org/access/api/api0008.htm This is assuming the 'system login' is referring to the network login. -- Rob FMS Professional Solutions Group http://www.fmsinc.com/consulting Software Tools for .NET, SQL Server, Visual Basic & Access http://www.fmsinc.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
API: Get Login name (Q) How do I retrieve the UserName with which the user is logged into the network? http://www.mvps.org/access/api/api0008.htm This is assuming the 'system login' is referring to the network login. -- Rob FMS Professional Solutions Group http://www.fmsinc.com/consulting Software Tools for .NET, SQL Server, Visual Basic & Access http://www.fmsinc.com -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
D Douglas J. Steele Mar 9, 2004 #4 If you've applied Access security, and you want the name they log into Access with, use the CurrentUser function. If you're looking for their network ID, check http://www.mvps.org/access/api/api0008.htm at "The Access Web"
If you've applied Access security, and you want the name they log into Access with, use the CurrentUser function. If you're looking for their network ID, check http://www.mvps.org/access/api/api0008.htm at "The Access Web"
W Wayne Morgan Mar 9, 2004 #5 There are other ways, but the most reliable is an API call. Here is a link to information on how to do this. http://www.mvps.org/access/api/api0008.htm
There are other ways, but the most reliable is an API call. Here is a link to information on how to do this. http://www.mvps.org/access/api/api0008.htm