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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Lock table in query

Status
Not open for further replies.

mauricionava

Programmer
Jul 8, 2005
209
US
hello
I created a query with a table that cannot be edited. How can I lock the query so users cannot edit the table thru the query?

thanks
 
Simply use the DISTINCT predicate in the SQL code.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Great. Thanks.

I did not know I could use that to lock tables thru queries.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top