Page Header missing

S

SJ

Hi,

I have a report "A", which has report "B" as a subreport ( it is in the
Report Footer of report"A".

Report "A" prints on headed paper, but we have a graphic that we want to
appear on each page of Report "B". i have inserted the graphic in the Page
Header of report"B".

If I preview report "B" on its own, the graphic shows on every page -
however, when i run the whole report, the graphic is missing.

Can someone advise me what I have done wrong

thanks
 
A

Allen Browne

You are correct in observing that Access ignores the Page Header of
subreports, and the page header is defined by the main report only.

You can simulate a page header in your subreport by using a group header and
set its Repeat Section property to Yes.
 
Top