jadams0173
Technical User
- Feb 18, 2005
- 1,210
I have a recordset based off of a sql query. I think display the rs in an unbound form. If a user changes a value in the form and presses the 'save' button I want to capture that change. What is the best way to do this. I would normally use an update query or put the rs into an array and update the table off of the array.
Is there a way to do it with ADO? I've been reading on batchupdates but I don't know if this is what I want. I don't want to append to the table I just want to update.
Is there a way to do it with ADO? I've been reading on batchupdates but I don't know if this is what I want. I don't want to append to the table I just want to update.