Subreports not printing

T

Tom

I am constructing a report composed of a number of
subreports. My main report is unbound and the subreports
are not linked.

The structure is as follows:

Main Report




Subreport 1 Subreport 2



Subreport 3 Subreport 4



Subreport 5 Subreport 6


The main report and subreports 1,2 , 4 and 5 are
displaying on print and print preview, but subreports 3
and 6 are not displaying.
The properties on all the subreports seem to be the same.

Thanks in anticipation.
 
F

Fons Ponsioen

A potential cause could be that the total width of the
portions of the main report and the sub reports is
actually exceeding the avaiable width, this could push the
right subreports in the non-printable ares.
If than the main report width is within the printable
area, no second blank page is printed.
Look critically at the width of reports and data fields.
Hope this helps.
Fons
 
T

Tom

Yes , I have some Iif statements.
I am now finding that the subreports that are not printing
are those where there the relevant query has not returned
any data. I still want to print just the headings where
there is no data. This works when I run the relevant
reports in isolation. However, as soon as I include them
as subreports nothing is displayed.
 
D

Duane Hookom

Subreports that don't return any records will not show in main reports. You
could include some controls on your main report that you make visible if the
subreport doesn't have any data.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top