A split database

G

Guest

I have split my database and would now like to protect
the back end (BE) structure with a password. I don't need
to have the user use a password to run the program. When
ever I add a password to the (be) database I have to use
a password inorder to use the program. Is there any way
to just protect the database??

Thanks for your help
 
J

JohnR

Delete all the links to the BE from the FE. Relink the
tables and look for a button marked "Save Password" during
the process. This will add the password to the connection
string and the users will not be asked for it.

Or Open your linked table in design view. Click on the
properties button and insert the password in the
connection string between the double quotes in PWD=""
 

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