G
Guest
I would like to make a subreport visible or not according to the content of a
field in the main report, but I get "You have entered an expression that has
an invalid reference to the property Dirty." Here is the On Format code:
Select Case CoverAuthor
Case "President"
Me.PRES.Form.Visible = True
Case "Chancellor-Knox"
Me.KNOX.Form.Visible = True
Case ...
End Select
field in the main report, but I get "You have entered an expression that has
an invalid reference to the property Dirty." Here is the On Format code:
Select Case CoverAuthor
Case "President"
Me.PRES.Form.Visible = True
Case "Chancellor-Knox"
Me.KNOX.Form.Visible = True
Case ...
End Select