May 20, 2004 #1 rukk Programmer Dec 29, 2003 38 US I have a table from which i want to show some feilds as query result. It is just a simple query. select No, ID, Name from tbl; But when i do this the resultant records can be edited by user, but i don't want the user to edit it. Is it possible to do that?
I have a table from which i want to show some feilds as query result. It is just a simple query. select No, ID, Name from tbl; But when i do this the resultant records can be edited by user, but i don't want the user to edit it. Is it possible to do that?
May 20, 2004 Thread starter #2 rukk Programmer Dec 29, 2003 38 US I got the answer too. We can set the Recordset type property of the Query to Snapshot then it won't allow the user to edit it. Upvote 0 Downvote
I got the answer too. We can set the Recordset type property of the Query to Snapshot then it won't allow the user to edit it.