R
rob p
I have a main report which has has a subreport appended to the end of it. I
take amounts from the main report, subreport and total in main report
footer. Is there a way to totally suppress sub report if there are no
records. Or if not, is there a way to eliminate errors when there is nothing
in the fields. Data comes from query / table in both report and subreport.
Thanks, sample below:
Main
hours - wages - deductions
hours - wages - deductions
Sub Report
hours - wages - deductions
Main Report Footer
sum of hours - wages - deductions
take amounts from the main report, subreport and total in main report
footer. Is there a way to totally suppress sub report if there are no
records. Or if not, is there a way to eliminate errors when there is nothing
in the fields. Data comes from query / table in both report and subreport.
Thanks, sample below:
Main
hours - wages - deductions
hours - wages - deductions
Sub Report
hours - wages - deductions
Main Report Footer
sum of hours - wages - deductions