Help and Support

How to use the Workgroup Administrator utility in Access 2007

Article ID:918583
Last Review:November 3, 2006
Revision:1.1
This article applies to Microsoft Access .mdb files and .accdb files.

INTRODUCTION

This article describes how to use the Workgroup Administrator utility in Microsoft Office Access 2007.

Note User-level security does not exist in an .accdb file, even though you can run the Workgroup Administrator utility from an .accdb file in Access 2007.

MORE INFORMATION

To use the Workgroup Administrator in earlier versions of Access, you could click Workgroup Administrator in Security on the Tools menu. To use the Workgroup Administrator utility in Access 2007, use one of the following methods.

Method 1: Use Visual Basic code

To use Visual Basic code, use one of the following methods.
Run the Visual Basic code in the Immediate window:
1.In Access 2007, open a trusted database, or enable macros in the existing database.
2.Press CTRL + G to open the Immediate window.
3.Type the following line of code, and then press ENTER.
DoCmd.RunCommand acCmdWorkgroupAdministrator
Create a module that contains the Visual Basic code:
1.In Access 2007, open a trusted database, or enable macros in the existing database.
2.On the Create tab, in the Other group, click Macro, and then click Module.
3.Create a subroutine, and then paste the following Visual Basic code example into the subroutine.
DoCmd.RunCommand acCmdWorkgroupAdministrator
4.Press F5 to run the code.

Method 2: Use the RunCommand macro action

1.In Access 2007, open a trusted database, or enable macros in the existing database.
2.On the Create tab, in the Other group, click Macro, and then click Macro.
3.On the Design tab, click Show All Actions in the Show/Hide group.
4.On the Macro1 tab, click RunCommand in the Action column, and then click WorkgroupAdminstrator in the Command list.
5.Click Save.
6.In the Tools group, click Run.

APPLIES TO
Microsoft Office Access 2007

Back to the top

Keywords: 
kbexpertisebeginner kbinfo kbhowto KB918583

Article Translations

 

Related Support Centers

Other Support Options

  • Need More Help?
    Contact a Support professional by Email, Online or Phone.
  • Customer Service
    For non-technical assistance with product purchases, subscriptions, online services, events, training courses, corporate sales, piracy issues, and more.
  • Newsgroups
    Pose a question to other users. Discussion groups and Forums about specific Microsoft products, technologies, and services.