H
Home Again
Report name = rptreport card2
Control on report = text61
Subreport name = subrptreportcardcourses
Control on subreport = FinalLG
Both controls are in the Detail section of the form
My statement roughly expressed as IIF is
IIF(text61=4, finalLG.visible=true, finalLG.visible=false)
I'm not sure how to refer to the subreport and the parent report in the
coding
If it were you, what event would you attach this to? (I used form_activate
but detail_format has been suggested)
Control on report = text61
Subreport name = subrptreportcardcourses
Control on subreport = FinalLG
Both controls are in the Detail section of the form
My statement roughly expressed as IIF is
IIF(text61=4, finalLG.visible=true, finalLG.visible=false)
I'm not sure how to refer to the subreport and the parent report in the
coding
If it were you, what event would you attach this to? (I used form_activate
but detail_format has been suggested)