I have a form where I need to display the workgroup name that the user logged in on. How?
D DavPet Feb 11, 2006 #1 I have a form where I need to display the workgroup name that the user logged in on. How?
D Douglas J. Steele Feb 11, 2006 #2 Assuming you're wanting to display it in a text box, set its ControlSource to =SysCmd(acSysCmdGetWorkgroupFile) (complete with the equal sign)
Assuming you're wanting to display it in a text box, set its ControlSource to =SysCmd(acSysCmdGetWorkgroupFile) (complete with the equal sign)
D DavPet Apr 8, 2006 #3 Good assumption. That does what I want. thanks Douglas J. Steele said: Assuming you're wanting to display it in a text box, set its ControlSource to =SysCmd(acSysCmdGetWorkgroupFile) (complete with the equal sign) Click to expand...
Good assumption. That does what I want. thanks Douglas J. Steele said: Assuming you're wanting to display it in a text box, set its ControlSource to =SysCmd(acSysCmdGetWorkgroupFile) (complete with the equal sign) Click to expand...