Help,
I have a main form with 8 subforms.
Unfortunately, I can't statically link all these forms because some of the
subforms are dependant on a "record-type" indicator in another subform.
They might not have any data at all, or they need data specific to the
"record-type" field in another subform.
I'll be OK if I can just get the syntax for Subform1 to set Subform2's
recordsource and requery it.
So far, from Subform1 (sfrmSubform1):
Forms!frmMain!sfrmSubform2.Form.RecordSource = "Select ..."
Error 2455
"You entered an expression that has an invalid reference to the property
Form/Report."
I looked at the nice FAQ that Bob submitted ... no luck.
I remember reading Stewart's sample on this ... no luck.
Any help greatly appreciated,
Wayne
I have a main form with 8 subforms.
Unfortunately, I can't statically link all these forms because some of the
subforms are dependant on a "record-type" indicator in another subform.
They might not have any data at all, or they need data specific to the
"record-type" field in another subform.
I'll be OK if I can just get the syntax for Subform1 to set Subform2's
recordsource and requery it.
So far, from Subform1 (sfrmSubform1):
Forms!frmMain!sfrmSubform2.Form.RecordSource = "Select ..."
Error 2455
"You entered an expression that has an invalid reference to the property
Form/Report."
I looked at the nice FAQ that Bob submitted ... no luck.
I remember reading Stewart's sample on this ... no luck.
Any help greatly appreciated,
Wayne