Reports/SubReports

  • Thread starter Thread starter PeterM
  • Start date Start date
P

PeterM

I have 3 different tables where each table contains a date. I built a report
based on Table1. I then created subreports for Table2 and Table3. All
subreports were added to the Consolidated Report.

It works great except for one fact... when it prints each subreport it
doesn't include the header for that subreport. I have all subreports setup
that they can grow and shrink so that if a particular subreport has no
entries it will not display.

How do I get it to print the header for each subreport? I don't want to add
the headers to the consolidate report when there is no data for that
paticular subreport.
 
Use the Report Header section (or another Group Header section) rather than a
Page Header on your subreports.
 
Thank you Duane... it worked perfectly.

Duane Hookom said:
Use the Report Header section (or another Group Header section) rather than a
Page Header on your subreports.
 
Back
Top