Making a database read-only for most, but still editable by author

G

Guest

I have the database split between a two front end databases and a back end.
One front end has full access forms, another has read-only forms.

Each of the three has a password, to limit access to those who are authorized.

The problem: Password protecting the back end, means the front end
databases don't have access to the data either. How do I make the back end
database password protected, but still grant the front end access to the data?

(Is there some vba statement that I could put in the front end, to grant
access to the data in the tables?)
 

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

Top