Report header repeated

  • Thread starter Thread starter sverre
  • Start date Start date
S

sverre

Hi

I would like the report header to be repeated on all pages. Is that possible?
many thanks in advance,

Sverker
 
No, a report header is only printed once.

You can move all the controls from the report header into the page Header to
do that.

OR if for some reason you don't want to do that (or this involves a sub-report)

You can create a group header and print the group header on every page. Set
the group header's expression to 1=1 (or just True)

Put all the controls in the new group. and set the group's Repeat Section
property Yes (True). That should print the group on every page.

John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
 
Back
Top