How to find the workgoroup Administrator

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Please berif how to find the workgroup administrator from the ribbons. Or
it's available in another location.

I have security database done in access 2000 format through acess 2002-2003.
and I need open that in new access 2007. Hope I should link the security
inorder to open. But I cannot find the workgroup administartor.

Please help
 
Enter the following line in the Immediate Window ...

DoCmd.RunCommand acCmdWorkgroupAdministrator
 
Although you can change the default workgroup file, you should consider just
creating a desktop shortcut to launch it. Changing the default will make it
the default for all your databases.

The target of the shortcut would look like
"path to msaccess.exe" "path to mdb" /wrkgrp "path to secure mdw"
 
Back
Top