How do you create users and groups in Access 2007?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blueskies
    New Member
    • Sep 2008
    • 1

    How do you create users and groups in Access 2007?

    Hi All,

    Can someone please advise how to create users and user groups in Access 2007. In 2003 it was simple and straight forward, and at the risk of sounding stupid I can't find the same interface in ver.2007.

    Any help will be appreciated.
  • missinglinq
    Recognized Expert Specialist
    • Nov 2006
    • 3533

    #2
    There's a very good reason for that, it doesn't exist! From Allen Browne's comprehensive site:

    ACCDBs do not support security, and Access 2007 does not provide the interface to manage security for MDBs. Use tables attached to a database that has security (SQL Server, MySQL, ...), or attach tables from an MDB and manage them as described in kb 918583



    or Security Considerations and Guidance for Access 2007



    or What happened to User-Level Security?



    (In reality, the Access security was never more than a padlock.)

    Welcome to Bytes!

    Linq ;0)>

    Comment

    • hjozinovic
      New Member
      • Oct 2007
      • 167

      #3
      Originally posted by blueskies
      Hi All,

      Can someone please advise how to create users and user groups in Access 2007. In 2003 it was simple and straight forward, and at the risk of sounding stupid I can't find the same interface in ver.2007.

      Any help will be appreciated.
      Anywhere in Immediate window (CTRL+G in VBA) type:
      Code:
      DoCmd.RunCommand acCmdWorkgroupAdministrator
      and hit Enter. The interface will open just like in Acc2003.

      Comment

      • mshmyob
        Recognized Expert Contributor
        • Jan 2008
        • 903

        #4
        AC2007 does not use user group security anymore. You need a Sharepoint server for security. Or you can create your own.

        cheers,

        Comment

        Working...