Select query altering table information

ConfusedA

Registered User.
Local time
Today, 08:53
Joined
Jun 15, 2009
Messages
101
I have a select query, and if I accidentally alter information within it's results it automatically alters that record in my table. Is there a way to stop this?
ConfusedA
 
I wouldn't let users into a query directly, but you can change the Recordset Type to Snapshot in the query's properties.
 

Users who are viewing this thread

Back
Top Bottom