Linked tabled Protect

B

blendes

Here is my problem. I have a linked table that is used for many different
databases as a way for the users to log into the database. The table contains
the username, password, and computer name. I have a user that is unset that
the log in information is able to be view by anyone that knows how to get to
the table. I have tried to lock the table but i run into the problem that
when i lock it i have a dialog box that asks for the password as soon as they
open the database. I am wondering if their is a way to prevent access to the
table so only one person can access the table without have a box ask for a
password when they open the database.
 
C

Chris O'C via AccessMonster.com

Not without applying user level security (which you've taken pains to avoid)
or upsizing that table to SQL Server or some other client/server db.

Chris
Microsoft MVP
 

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