daniel99
January 20th, 2006, 02:33 PM
I have some power users that need to be able to do ad-hoc queries on SQL tables from MS-Access. I want them to be able to query without risk of editing any data. I googled around and couldn't find anything. Here's a way I've found to do it.
1) Attach the SQL tables in the normal way.
2) Create a query against the table(s).
3) Under Query Properties, set the Recordset Type to Snapshot.
4) Hide the original tables from them by right-mouse clicking on the table and setting the Attribute to Hidden.
That's it. They can play all they want with their queries without risk of editing data.
Daniel
1) Attach the SQL tables in the normal way.
2) Create a query against the table(s).
3) Under Query Properties, set the Recordset Type to Snapshot.
4) Hide the original tables from them by right-mouse clicking on the table and setting the Attribute to Hidden.
That's it. They can play all they want with their queries without risk of editing data.
Daniel