Supress printing of main report if all subreports have no data

J

J

I have several subreports on a main report. If all of the subreports have no
data, then I want to supress printing of the main report.

Any ideas?
 
D

Duane Hookom

I would test for records in the related tables/queries prior to opening the
report. If there are no records, don't open the report.
 
Top