Result of subquery based on Snapshot query is not readonly

Guus2005

AWF VIP
Local time
Today, 05:16
Joined
Jun 26, 2007
Messages
2,642
I have a database with sensitive data. I dont want users to change the data, so i used a snapshot query. However when i use this query in another query, the result is an updateable query.

Is there a way around this?
 

Attachments

Group by queries are not alterable,

Or you can stick your query on a form and make the form "un alterable" by changing the "allow edits" to no...
 
That's an idea! Thanks.
 

Users who are viewing this thread

Back
Top Bottom