Subreports

  • Thread starter Thread starter Pic
  • Start date Start date
P

Pic

I have a report that is made up entirely of subreports, with forced
page breaks at the end of each subreport. When I preview the report,
the page headers from the subreports aren't there. Is there a way to
make them appear (each subreport has a different header)?

Also, Access puts a border around each subreport, which makes it too
wide for the page and forces alternate blank pages to be created. Is
there a way to get rid of the borders?

Thanks in advance,
Pic
 
Put your headers of the subreports in labels placed directly above the
subreport object in your report.

As for the lines, right click the subreport and select PROPERTIES. Click
the format tab, locate the BORDER STYLE property and set it to transparent.
You can also do this by selecting a subreport and using the command buttons
on the formatting toolbar to make them transparent.
 
Back
Top