page header on sub report

  • Thread starter Thread starter iccsi
  • Start date Start date
I

iccsi

I have a sub report which can have serveral pages on the main report
and would like to have page header on the sub report for every page.

I just realized that I can not have page header for sub report.

Are there any workaround for this?


Your information is great appreciated,
 
You can create a top level sorting and grouping level on a constant
expression like:
=1
Display the group header section and set its Repeat Section property to Yes.
Use this section as a page header section.
 
You can create a top level sorting and grouping level on a constant
expression like:
  =1
Display the group header section and set its Repeat Section property to Yes.
Use this section as a page header section.

--
Duane Hookom
Microsoft Access MVP








- Show quoted text -

Thanks millions fro helping,
 
Back
Top