I am using a form to show information from a table. For certain fields on the form, my users may want to keep the current data or remove it. I have added check boxes below the elegible fields for change. If the box is checked, code will remove the selected data from the underlying table after the form is closed.
Now, I want to give the users a choice to check all the boxes for a given field at the same time....for all the records. So, I thought about putting a command button in the form header and when clicked, it would cause the cooresponding check boxes in all records to be set.
Can someone help me with the code for this please?
Now, I want to give the users a choice to check all the boxes for a given field at the same time....for all the records. So, I thought about putting a command button in the form header and when clicked, it would cause the cooresponding check boxes in all records to be set.
Can someone help me with the code for this please?