Leventcos21
Technical User
Hi,
I have a report that contains a subreport. If the subreport contains no data, I am going to have a marker visible on the main report.
Or I am thinking if a particular field on the subreport isnull then label16.visible is true.
I may be inputting the incorrect syntax for the report.
Thanks
I have a report that contains a subreport. If the subreport contains no data, I am going to have a marker visible on the main report.
Code:
If Report.srptDiscrepency = False Then
Label16.Visible = True
End If
Or I am thinking if a particular field on the subreport isnull then label16.visible is true.
I may be inputting the incorrect syntax for the report.
Thanks