Security/Workgroup

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Lewe22
    New Member
    • Sep 2007
    • 94

    Security/Workgroup

    Once i have created a workgroup file to secure my database and prompted access to ask for a password it is asking me for a password every time i try yo open any other access database. I only want to be prompted for the password for the secure database, what have i done wrong?
  • ADezii
    Recognized Expert Expert
    • Apr 2006
    • 8834

    #2
    I only want to be prompted for the password for the secure database, what have i done wrong?
    You haven't done anything wrong. For non-secure Databases, you must use the Normal/Default Workgroup Information File.

    Comment

    • Lewe22
      New Member
      • Sep 2007
      • 94

      #3
      Why does that prompt for a password?
      I have other databases previously created that are now asking for passwords.

      Comment

      • Lewe22
        New Member
        • Sep 2007
        • 94

        #4
        My new workgroup had become the default. To fix this i rejoined the default access workgroup System.mdw, found (in my instance) at:
        Code:
        D:\Documents and Settings\LEWAL02\Application Data\Microsoft\Access.
        I then created a shortcut which would direct the user through my desired workgroup for each access sesion.

        Something like...
        Code:
        "C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" "D:\My Documents\Call Management DB\Database (FE) For Distribution\Call Management DB.mdb" /wrkgrp "D:\My Documents\Call Management DB\Workgroup File\Call Management DB Wrkgrp.mdw"

        Comment

        • ADezii
          Recognized Expert Expert
          • Apr 2006
          • 8834

          #5
          Originally posted by Lewe22
          My new workgroup had become the default. To fix this i rejoined the default access workgroup System.mdw, found (in my instance) at:
          Code:
          D:\Documents and Settings\LEWAL02\Application Data\Microsoft\Access.
          I then created a shortcut which would direct the user through my desired workgroup for each access sesion.

          Something like...
          Code:
          "C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" "D:\My Documents\Call Management DB\Database (FE) For Distribution\Call Management DB.mdb" /wrkgrp "D:\My Documents\Call Management DB\Workgroup File\Call Management DB Wrkgrp.mdw"
          Thanks for sharing your solution.

          Comment

          • NeoPa
            Recognized Expert Moderator MVP
            • Oct 2006
            • 32668

            #6
            Indeed. You've found that setting an Access Workgroup database actually sets it as the default for the INSTALLATION of Access on that computer. NOT an individual database.

            This, and various other aspects of Access security files, have been causing confusion in many for years. You have found a decent solution for your particular problem. Well done.

            Comment

            Working...