G Guest Feb 10, 2006 #1 Hi, Any idea how I can auto fill a field on an Access form using Domain User Name? Thanks,
S stefan hoffmann Feb 10, 2006 #2 hi, Any idea how I can auto fill a field on an Access form using Domain User Name? Click to expand... Environ("USERNAME") or http://support.microsoft.com/?kbid=210088 http://www.mvps.org/access/api/api0008.htm http://support.microsoft.com/?kbid=161394 http://support.microsoft.com/?kbid=505875 http://www.mvps.org/access/api/api0066.htm mfG --> stefan <--
hi, Any idea how I can auto fill a field on an Access form using Domain User Name? Click to expand... Environ("USERNAME") or http://support.microsoft.com/?kbid=210088 http://www.mvps.org/access/api/api0008.htm http://support.microsoft.com/?kbid=161394 http://support.microsoft.com/?kbid=505875 http://www.mvps.org/access/api/api0066.htm mfG --> stefan <--
G Guest Feb 10, 2006 #3 Stefan, Thanks for the resources. I ended up using: http://www.mvps.org/access/api/api0008.htm
D Douglas J. Steele Feb 10, 2006 #4 Good choice. I always cringe when people suggest using an environment variable for this purpose, given how easy it is to reset an environment variable.
Good choice. I always cringe when people suggest using an environment variable for this purpose, given how easy it is to reset an environment variable.