How do I display the work group name

  • Thread starter Thread starter DavPet
  • Start date Start date
D

DavPet

I have a form where I need to display the workgroup name that the user
logged in on.

How?
 
Assuming you're wanting to display it in a text box, set its ControlSource
to

=SysCmd(acSysCmdGetWorkgroupFile)

(complete with the equal sign)
 
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top