Backend Security

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I have an Access 2000 db that is secured. I just splitted
it. The Front end is still secured, but that back end is
not. If someone were to go to the the backend folder on
the network, they could delete data. How do I secure the
backend with the same Secured.mdw that is used on the
front end?
 
Hi, Steve.
I have an Access 2000 db that is secured. I just splitted
it. The Front end is still secured, but that back end is
not.

That's the problem with using the Database Splitter Wizard. It completely
ignores security.

To split it properly, one needs to make an extra copy of the unsplit
database and store that copy where the back end should be. Then, one should
delete all objects in this back end copy, except the tables and
relationships. Next, in the original database, the front end, the tables
should be deleted and new links created to the tables in the back end.

HTH.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)
 
Excellent. Thanks.
-----Original Message-----
Hi, Steve.


That's the problem with using the Database Splitter Wizard. It completely
ignores security.

To split it properly, one needs to make an extra copy of the unsplit
database and store that copy where the back end should be. Then, one should
delete all objects in this back end copy, except the tables and
relationships. Next, in the original database, the front end, the tables
should be deleted and new links created to the tables in the back end.

HTH.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)





.
 
Back
Top