Password protect a query

M

mert

I have a database that I want to protect a portion of with a password. The
database has one table and one query.

I need to be able to edit the main table and the query, but I want people to
ONLY be able to VIEW the query I have set up. They should not be able to edit
the query in any way, and they should not be able to open the table at all.

Is this possible?
 
A

Arvin Meyer [MVP]

mert said:
I have a database that I want to protect a portion of with a password. The
database has one table and one query.

I need to be able to edit the main table and the query, but I want people
to
ONLY be able to VIEW the query I have set up. They should not be able to
edit
the query in any way, and they should not be able to open the table at
all.

Is this possible?

Not really. I suggest that you allow them to see data through a report in an
MDE which is connected to another DB with hidden objects. The chances of
anyone but an expert finding the source is small. If you put the data MDB on
a server, you can also use User-Level Security to deny all direct
permissions on the data. It's not perfect, and can be breached by an expert,
but it should keep about wandering non-dedicated malcontents.
 

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