J
John Lane
How do you reference a subform control when "in" another subform? I want to
use the On Current event in subform a to populate data in subform b.
Using the syntax below in the On Current Evetn of subform "a" I get the
error message: "You entered an expression that has an invalid reference to
the property Form/Report". When I put the statement in the main form, it
works. Thanks.
MsgBox "y = " & Forms!frmAccountRegister!subfrmTabs!C_CN
use the On Current event in subform a to populate data in subform b.
Using the syntax below in the On Current Evetn of subform "a" I get the
error message: "You entered an expression that has an invalid reference to
the property Form/Report". When I put the statement in the main form, it
works. Thanks.
MsgBox "y = " & Forms!frmAccountRegister!subfrmTabs!C_CN