Mar 2, 2005 #1 nikko1 Programmer Jan 28, 2005 8 US I have created a query from a table in the database. I want the query to be read only. Is there a way to do this? Please advise. Thanks, Sharon
I have created a query from a table in the database. I want the query to be read only. Is there a way to do this? Please advise. Thanks, Sharon
Mar 2, 2005 1 #2 DreewToo Programmer Dec 20, 1999 128 US Making the recordset type of the query 'Snapshot' should prevent any changes being made to the data. Upvote 0 Downvote