I have a Main form(1), which has a Sub-form(2), which has a Sub-form(3).
When I press a button on the Main Form (1), I want the code for that button to get a value from a checkbox control on Sub-Form(3).
Is this possible?
Something like ....
theCheckboxValue = Me.Subform1.Subform2.chkBox1
When I press a button on the Main Form (1), I want the code for that button to get a value from a checkbox control on Sub-Form(3).
Is this possible?
Something like ....
theCheckboxValue = Me.Subform1.Subform2.chkBox1