Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Restricting query from edit 1

Status
Not open for further replies.

nikko1

Programmer
Jan 28, 2005
8
0
0
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
 
Making the recordset type of the query 'Snapshot' should prevent any changes being made to the data.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top