G
Guest
Dear All,
If I have a subform on a form which contains a CheckBox, how can I loop
through all the records in the subform to change all the records' CheckBox to
True?
where the main form is Form1, The subform subForm1 and the CheckBox chk1 and
the recordsource for the Form is Query1.
Do I loop through the recordsource of the subForm1, or do I run an update
Query and change the values and then requery the sub form?
Thanks again.
Alastair MacFarlane
If I have a subform on a form which contains a CheckBox, how can I loop
through all the records in the subform to change all the records' CheckBox to
True?
where the main form is Form1, The subform subForm1 and the CheckBox chk1 and
the recordsource for the Form is Query1.
Do I loop through the recordsource of the subForm1, or do I run an update
Query and change the values and then requery the sub form?
Thanks again.
Alastair MacFarlane