Supress Printing a Sub-Report if No Data

J

JDJones

I have a report with several sub-reports. How do I prevent a sub from
printing and taking up space if there is no data in the sub for the record
it's tied to?
 
D

Duane Hookom

The subreport will not print if there is no data in the subreport. You can
set the subreport control Can Shrink property to Yes and the section
property Can Shrink to Yes.
 
Top