Report header repeated

S

sverre

Hi

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

Sverker
 
J

John Spencer

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top