I have a continuous form that is based on a filtered table. Each record in the form contains a check box that is bound to a field in the table. I would like to have an unbound checkbox in the header of the form. When I check the header checkbox, I want the checkboxes in all the records of the continuous form to also change. The question is, can I do that with code applying to the form itself, or do I need code that changes the value of the checkboxes directly in the table?
I would appreciate any help. Thanks.
I would appreciate any help. Thanks.