Linking Tables from Password Protected DB

B

Becky N

Hello,

I have an access 2003 db (DB1) that is password protected and I want to
create a new db (DB2) that has two tables from DB1 linked to it. When the
users open DB2 there is a form with buttons that will call up other forms
that contain data based on the linked tables from DB1. However, when they
press the buttons they get the error "invalid password" since they have not
entered the password from DB1.

Is there some vba code or a macro I can create that can program in the
password from DB1 so that they can access the data from the linked tables in
DB2?

Thank you for your help!

Becky N
 
M

M Skabialka

I had a database set up like that: When I linked the second database the
first time it asked for a passwrod which I supplied, and the users never had
to enter it. No-one could open that second database directly without using
a password.
Mich
 
M

M Skabialka

I had a database set up like that: When I linked the second database the
first time it asked for a passwrod which I supplied, and the users never had
to enter it. No-one could open that second database directly without using
a password.
Mich
 

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

Similar Threads

Access Access Daisy Chain Linked Tables 0
Link problems 2
Sharing VB Classes with Other Databases 2
closing another database 1
I need help Passing Password 1
table relationship messing up my link 11
network setup 1
Linked databases 7

Top