T
Tim
I have a typical MS Access database with a bunch of user-
input forms. It is a secured database. Thus, some users
have full edit rights to certain tables when they log into
it. (For purposes of discussion, we'll call this
the "master database")
I want to make it possible for all my users to link to the
master database from their own personal mdb files. Thus,
they could do their personal queries outside of
the "master database". However, when they create links, I
want those links to be "read-only". I do not want them to
have the same rights they would have if they were working
in the "master database". (In making any changes to data,
I want them to work through forms in the "master database"
which often have code to do something when data is added
or edited.)
In the act of opening any mdb file on their desktops users
pass through the workgroup security. When they link to a
table in the "master database", they now inherit all the
rights they get when they log in to the "master
database". How can I prevent this and limit all users to
read-only when they link?
input forms. It is a secured database. Thus, some users
have full edit rights to certain tables when they log into
it. (For purposes of discussion, we'll call this
the "master database")
I want to make it possible for all my users to link to the
master database from their own personal mdb files. Thus,
they could do their personal queries outside of
the "master database". However, when they create links, I
want those links to be "read-only". I do not want them to
have the same rights they would have if they were working
in the "master database". (In making any changes to data,
I want them to work through forms in the "master database"
which often have code to do something when data is added
or edited.)
In the act of opening any mdb file on their desktops users
pass through the workgroup security. When they link to a
table in the "master database", they now inherit all the
rights they get when they log in to the "master
database". How can I prevent this and limit all users to
read-only when they link?