C
cw via AccessMonster.com
I have One Main Form named: frmProjectorControlMasterList
- with eight Subforms named: subfrmControlMaster1 thru subfrmControlMaster8.
- each Subform has two Command buttons, cmdOn & cmdOff.
On the Main Form, I have placed two buttons, cmdAllOn & cmdAllOff.
Question: How do I code the cmdAllOn button, which when clicked, causes each
one of the the subforms' cmdOn buttons to click/run? (With that, I'll make
the cmdAllOff do the same to click the Off buttons.)
Thanks,
cw
- with eight Subforms named: subfrmControlMaster1 thru subfrmControlMaster8.
- each Subform has two Command buttons, cmdOn & cmdOff.
On the Main Form, I have placed two buttons, cmdAllOn & cmdAllOff.
Question: How do I code the cmdAllOn button, which when clicked, causes each
one of the the subforms' cmdOn buttons to click/run? (With that, I'll make
the cmdAllOff do the same to click the Off buttons.)
Thanks,
cw