View Single Post
  #3  
Old December 21st, 2009, 07:47 PM posted to microsoft.public.access.reports
scott04
external usenet poster
 
Posts: 197
Default Remove Header Once Report Displays?

Duane,

Sorry about that. My reports page header is being displayed on the
subreport. I have utilized the pseudo header in subreport of haveing a
header =1 but i still cannot get the report page header to be ignored in
subreport. I have set the repeat section property on the subreport and it
does print on pages following but it has the report page header then my sub
report pseudo header. Any thoughts as reports aren't my strong point.
Thanks!

"Duane Hookom" wrote:

It isn't clear what you mean by "The header contains the main report which is
quite confusing since fields are not the same". A subreport contains nothing
from the main report. When you mention "header", please be specific since
there are potentially 12 "headers" in a report (excluding those from
subreports).

There are ways to cancel the display of main report Page Headers on all but
the first page. If you want this, you are probably better off just using the
Report Header. You can also get a pseudo Page Header in a subreport by
creating a top level sorting and grouping section on a constant expression
like:
=1
Display this groups header and set its Repeat Section property to Yes.

--
Duane Hookom
Microsoft Access MVP


"scott04" wrote:

Hi All,

I am trying to figure a report issue. I have a report that utilizes the
subreport feature. When the subreport loads it is ok but once the subreport
goes onto a 2nd page the headers are all out of wack. The header contains
the main report which is quite confusing since fields are not the same. Can
my second page only contain the subreport headers? Thanks.