G
Guest
I have a form that opens another form. The second form has a subform within
it, and I'd like to run a test before the form is displayed, whether or not a
field within the subform has a null value. My problem lies in the syntax,
I've searched the forums to find this syntax:
Me!subformcontrol.form.testedfield
where subformcontrol is the name of the subform control in the Parent form
and testedfield is the field within the subform that I would like to test.
I get an error stating that the "subformcontrol" field cannot be found. Is
this syntax correct? I appreciate any advice/suggestions. Thanks in advance
it, and I'd like to run a test before the form is displayed, whether or not a
field within the subform has a null value. My problem lies in the syntax,
I've searched the forums to find this syntax:
Me!subformcontrol.form.testedfield
where subformcontrol is the name of the subform control in the Parent form
and testedfield is the field within the subform that I would like to test.
I get an error stating that the "subformcontrol" field cannot be found. Is
this syntax correct? I appreciate any advice/suggestions. Thanks in advance