All user to create only read-only queries

J

Jonathan Blitz

I have built an Access database where the actual data is on an SQL Server.

The system includes many screens that all the user to perform all the
required updates to the data.
However, I wish to allow the user to perform any queries they want and to
create reports.
How can I do this without opening the database up and thus allowing them to
also update the data.

The only solution I found was to create another database in SQL Server and
define vies to the original SQL Server. Then I can control the permissions
via the SQL Server. I then created a new Accesss front end so that the users
can effectively do as they wish but not alter the data.

There must be a better way!

--
Jonathan Blitz
AnyKey Limited
Israel

Tel: (972) 8 9790365

"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."
 

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