How To: Access 'Query' screen in read-only mode

oslasi

New member
Local time
Today, 14:06
Joined
Oct 25, 2007
Messages
1
Hi to all,

I would like to ask here for advice on MS Access 2000 application.
When a user logs in, he should be able to use the Access 'Query' screen in read-only mode. In other words, he should be able to generate queries by selecting tables and columns, or using the wizard, but the results of those queries may never have any influence on the data in the database. So: SELECT queries only.
Users should be allowed to execute those queries, but are not allowed to access the tables, forms, or any other items directly.
Is there a way to achieve this?

Thank you


Ori
 
You need set user permission to only "Read" an object, disable "Write".

Use "Tools->Database Security".
 

Users who are viewing this thread

Back
Top Bottom