C
Chris
Hello group,
I have a main form (frmMain) and a subform (frmCrane) On frmMain I have a
check box that when ticked will make all the checkboxes in the subform
ticked.
frmcrane is a continious form and therefore has around 19 tickboxes (1 for
each record ).
I am using the code on the frmMain checkbox
Forms!Frmcrane.form.chkStandard = me.chkstandardRate
The results are that what ever record on the sub form is selected will equal
the checkbox on the mainform.
However I would like all the checkboxes to equal the checkbox on the main
form
I have a main form (frmMain) and a subform (frmCrane) On frmMain I have a
check box that when ticked will make all the checkboxes in the subform
ticked.
frmcrane is a continious form and therefore has around 19 tickboxes (1 for
each record ).
I am using the code on the frmMain checkbox
Forms!Frmcrane.form.chkStandard = me.chkstandardRate
The results are that what ever record on the sub form is selected will equal
the checkbox on the mainform.
However I would like all the checkboxes to equal the checkbox on the main
form