Help please...
I have a form that pulls records out of a table... It is a repeated form. I want to clear all the checkboxes of a certain type IE the following command.
ME.Checkbox.Value = "no"
This command works but only for the selected record on the form. I cant clear all the checkboxes of that type.
There are 3 types of checkbox data on the form but I only want to clear 1 type with the code.
Thanks in advance
I have a form that pulls records out of a table... It is a repeated form. I want to clear all the checkboxes of a certain type IE the following command.
ME.Checkbox.Value = "no"
This command works but only for the selected record on the form. I cant clear all the checkboxes of that type.
There are 3 types of checkbox data on the form but I only want to clear 1 type with the code.
Thanks in advance