Linked Table Protection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have Two Databases

1) Master Database
2) Reporting database

The Master Database has a dozen tables. One table is Creditor Dues Table.
The Reporting Database is given a link to the Master Database for the
Creditors Dues Table

I want to ensure that no corrections are done (even by myself) are done to
the Creditors Dues Table when reporting database is being used.

The link should be made view/read only.

How to do this.
 
Lock the table as soon as you open the reports database. Open a form
based on the table and set the record locks property to all records.
There is probably a method to do the same in code, but I don't have
that sample at present.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top