D
Debbie
I am trying to reference a field in a subform in the Main
form in a formula. I'm using...
=[Forms]![frmMain]![Subformtitle].[fieldinsubform]
I know this can't be correct because it's not working. In
fact, the formula I'm trying to use is...
=iif(([Forms]![frmMain]![Subformtitle].[fieldinsubform]
=__, "yes", "no")
I would even go so far as to say that I would like a tab
to enable visible if this subform field is "yes".
Please help.
Thanks.
form in a formula. I'm using...
=[Forms]![frmMain]![Subformtitle].[fieldinsubform]
I know this can't be correct because it's not working. In
fact, the formula I'm trying to use is...
=iif(([Forms]![frmMain]![Subformtitle].[fieldinsubform]
=__, "yes", "no")
I would even go so far as to say that I would like a tab
to enable visible if this subform field is "yes".
Please help.
Thanks.