H htadis Registered User. Local time Today, 09:05 Joined Dec 17, 2014 Messages 61 Mar 5, 2015 #1 Hi, I have a datasheet subform where i need to select some records by clicking a check box and update a certain field/s of only those selected records. How can i code this ?
Hi, I have a datasheet subform where i need to select some records by clicking a check box and update a certain field/s of only those selected records. How can i code this ?
C CJ_London Super Moderator Staff member Local time Today, 04:35 Joined Feb 19, 2013 Messages 17,468 Mar 6, 2015 #2 it is not straightforward - see this link for a way of adding the checkboxes - there is a sample database you can download as well http://www.databasejournal.com/feat...p/3846361/Create-In-Memory-ADO-Recordsets.htm Once you have done that, you would need to parse through the recordset to take whatever action you are taking
it is not straightforward - see this link for a way of adding the checkboxes - there is a sample database you can download as well http://www.databasejournal.com/feat...p/3846361/Create-In-Memory-ADO-Recordsets.htm Once you have done that, you would need to parse through the recordset to take whatever action you are taking