Keep Data together in a Report

D

Denise

I have a report which has fields in the header and a field in the detail.
How do I keep the fields in the header with the detail together for each
page.

Right now part of the detail goes to the next page if there isn't enough
room on the current page.

Thanks.
 
M

Marshall Barton

Denise said:
I have a report which has fields in the header and a field in the detail.
How do I keep the fields in the header with the detail together for each
page.

Right now part of the detail goes to the next page if there isn't enough
room on the current page.


Which header? It should work if you are using the Page
header, so you probably don't mean that.

The Report header appears only once so that can not do what
you want.

So, I guess you are talking about a group header. If what
you are asking, is to display the group header on the next
page, just set the group header section's RepeatSection
property to Yes.
 

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