thanks for your reply...
problem is we currently have some databases that use a
shared .mda file, and some dont (ie, use the default one,
with no security). I want to change so that none are
using the mda file
None are using *which* mda file? The shared one, or the default one?
I suspect that you do not fully understand how workgroup files are used. If
a database has been secured against a particular mdw file, you can only use
it with >that file<. It will not work with any other workgroup file (eg. the
default file). If it >does< work with any other workgroup file, then, it was
not properly secured to begin with.
So, saying that you want a secured database to "stop using" the
corresponding workgroup file, is really saying that you want to >desecure<
that database. You can not have a secured database "stop using" its proper
workgroup file. A secured database will only work in conjunction with the
proper workgroup file.
(and then rely on file permission security).
You can not use file permission security to control a user's access to the
objects in an Access database. If the database is opened in non "exclusive
read-only" mode, it will need to create an LDB file in the same folder as
the database; so the current user will need CREATE permission (or whatever
iot's called on that folder). other users who log-on to the database, will
need to update the LDB file, so they will need UPDATE permission. The last
user out of the database wil need to delete the LDB file, so he will need
DELETE permission. These actions of creating, updating & deleting the LDB
file are all performed by Access, as part of the method how Access works.
problem is that when you run the admin, and join the local
mdw then you don't have rights to open the database
anymore.
*What* database? One that was secured against the local workgroup file? One
that isn't secured at all?
HTH,
TC