Reports Page Property

  • Thread starter Thread starter Duane
  • Start date Start date
D

Duane

I have a report with a GroupHeader called Title Header. The header has two
fields on it. It works fine, showing the two fields at the top of each
group.

What I want to do is put the two fields in the Page Header so when the
larger groups break and show on the following page, the Title fileds are
shown at the top of the page. I put the fields in the Page Header and it
works fine except for the first page. The two fields are doubled up on the
first page.

Is there a way to hide the fields on the first page?

Thanks
 
Hi

The simplist method would be to delete the report header and just have a
page header. This would only make a problem if you were displayng any report
summeries in the report header (I didn't see this is your post though)
 
I have a report with a GroupHeader called Title Header. The header has two
fields on it. It works fine, showing the two fields at the top of each
group.

What I want to do is put the two fields in the Page Header so when the
larger groups break and show on the following page, the Title fileds are
shown at the top of the page. I put the fields in the Page Header and it
works fine except for the first page. The two fields are doubled up on the
first page.

Is there a way to hide the fields on the first page?

Thanks

If just wish to show the Group Header data on each page, all you need
do is set th Group Header's RepeatSection property to Yes.
It's on the Group Header property sheet's Format tab.
 
That was the ticket. I know sometimes I have a hard time explaing what it
is that I would likt to achieve, but you were able to figure it out. Thank
you very much.
 
Back
Top