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...