Ummm..The user 'Admin' in a secured database should not have *any* permissions, nor own anything at all. This user is common to *every* mdw file. If you grant permissions/ownership to this user, then it won't be secure at all. Anyone with Access will be able to use your database.
You need to study up on security - it isn't as simple as it appears.
Security FAQ
http://support.microsoft.com/?id=207793
Security Whitepaper
http://support.microsoft.com/?id=148555
Although the whitepaper is old, it contains information to help you understand security.
I've also outlined the detailed steps at
www.jmwild.com/AccessSecurity.htm
--
Joan Wild
Microsoft Access MVP
: The "mdb" instead of the "mdw" was a typo - my bad! But your comment about
: securing the file triggering something - I realized that in creating the
: workgroup file I did not create a password on the Admin login (me). That
: should do it.
:
: Thanks for your other info. It was educating.
:
: "Joan Wild" wrote:
:
: > :
: > : I have another problem, however, from this terminal server environment. I
: > : am unable to maintain a link to the defined workgroup. While logged in as
: > : another employee, with the db application open, I can successfully join to
: > : the CompanyWG.mdw workgroup file (located on the primary database drive O:\).
: > : I have also programmed the Target line of each person's terminal server
: > : database shortcut to (including the quotes)
: > : "c:\program files\microsoft office\office11\msaccess.exe"
: > : "i:\CompanyDatabase\CompanyDB.mdb" /wrkgrp "O:\Data\CompanyDataFile.mdb"
: > : (where I:\ is the personal drive on the server).
: >
: > You are showing the /wrkgrp path as a path to a mdb, and by its name it sounds like the name of the backend. It should be the name of your secure mdw file.
: >
: > : Every time I open the database FE application, it opens to the switchboard
: > : without a log in prompt, despite the forced direction of the shortcut.
: >
: > If you aren't getting a login prompt, then it isn't using your secure mdw. That suggests that it isn't properly secured, as you should only be able to open it while using the correct mdw file.
: >
: > : Furthermore, when I double-check that the application is joined to the
: > : appropriate workgroup (via Tools - Security - Workgroup Administrator), it
: > : shows it is connected correctly!
: >
: > That dialog does not tell you the current mdw file in use. It just tells you what the default mdw is (that means, the mdw file that is used by default, unless a different one is specified in a shortcut). To determine the mdw file actually in use, you open your mdb, hit Ctrl-G and type
: > ?DBEngine.SystemDB
: > That will tell you the mdw in use.
: >
: > : So does the terminal server application have this effect on workgroups? Does
: > : it not function properly because the FE technically is not operating across a
: > : network (just across drives on the server)?
: >
: > Not a factor at all.
: >
: > --
: > Joan Wild
: > Microsoft Access MVP
: >