G
Guest
I have a sub report that is placed in the detail section of the main report.
How can I get the sub report to display on some pages of the report and not
on other pages of the report?
For Example:
If ForG = "Financing" Then
rptTax_SBO.Visible = False
Else
rptTax_SBO.Visible = True
End If
Some "deals" in the report are "Financing" deals and some are not. I want
to display both in the same report.
Thank you
Ross
How can I get the sub report to display on some pages of the report and not
on other pages of the report?
For Example:
If ForG = "Financing" Then
rptTax_SBO.Visible = False
Else
rptTax_SBO.Visible = True
End If
Some "deals" in the report are "Financing" deals and some are not. I want
to display both in the same report.
Thank you
Ross