SubReport Field in Footer

S

Stephen

I have a subReport which prints 2 across/2 Down on every page Grouped by
FinishCategory so a new category of records prints on a new page.

I am using the field [SubReport].[FinishCategory] in the Report Page Footer.
It works fine until the Finish Category changes.

On the last page of a category, where there may be only 2 items printed, the
report is picking up (and printing) the value from the next
[SubReport].[FinishCategory].

How do I get the [SubReport].[FinishCategory] not to change until the page
footer has been printed.

I hope I'm clear.
 
Top