J Jason Jul 25, 2003 #1 Is there any chance to let different user in Access use different startup? Thank you very much.
J Jack MacDonald Jul 26, 2003 #2 If your startup routine references the CurrentUser() function, then it can perform user-specific functions. This presumes you are using User-Level security. If not, you can detect the network logged-in user by means of code obtained from Access Web: http://www.mvps.org/access/api/api0008.htm or http://www.mvps.org/access/api/api0009.htm
If your startup routine references the CurrentUser() function, then it can perform user-specific functions. This presumes you are using User-Level security. If not, you can detect the network logged-in user by means of code obtained from Access Web: http://www.mvps.org/access/api/api0008.htm or http://www.mvps.org/access/api/api0009.htm