I have 2 subforms (completely independent of each other) on a main form. When I click on a checkbox on subform1, I want to set the SourceObject of subform2. I've tried for a day different combinations but can not figure it out. Is this possible?I've tried putting this into the On_Click event of the checkbox
Me.Parent!SubformControl2.SourceObject = "frmProduct"
or
Forms!MainForm!SubformControl2.SourceObject = "frmProduct"
and tons of other combos. Any one have any suggestions? Thanks
Me.Parent!SubformControl2.SourceObject = "frmProduct"
or
Forms!MainForm!SubformControl2.SourceObject = "frmProduct"
and tons of other combos. Any one have any suggestions? Thanks