Microsoft Access 2007 Workgroup Administrator

Various changes to the Windows Operating System, also for the Intranet

Moderator: sjj1805

Post Reply
User avatar
sjj1805
Site Admin
Posts: 1194
Joined: Fri Oct 27, 2006 12:45 am
operating_system: Windows 10 Pro
motherboard: Hewlett Packard 2AF7
system_drive: C
32bit or 64bit: 64 Bit
processor: 2-90 gigahertz Intel Core i5 4460S
ram: 8 GB
video card: NVIDIA GeForce GT 705
sound card: P40D100-4 NVIDIA High Definition Audio
Hard_Drive_Capacity: 8 TB
Location: Birmingham UK
Contact:

Microsoft Access 2007 Workgroup Administrator

Post by sjj1805 » Sun Sep 16, 2007 8:33 pm

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.

Post Reply