Hi All,
I have been struggling for weeks on this silly report just to get the pagebreaks right. I have had good input here on the SHAPE recordsets, and my report almost works, BUT it repeats a pagebreak for each detail record, so I get many multiple pages.

My Data example

AreaField Radius

Trade .5
Trade 1
Trade 2
Market .5
Market 2
Store 1
Store 2
Store 3

======================================================
My report should break for 3 pages from above, but it breaks for each line and repeats the correct details for it???
=======================================================


My code:

SHAPE {SELECT AreaField FROM ns_Report_Data}
APPEND ( ( Shape{SELECT Radius, AreaField FROM ns_Report_Data}
Append({Select Radius, POPULATION_CY, POPULATION_PY FROM ns_Report_Data} As Details
Relate Radius To Radius)) As PageBreak
Relate AreaField To AreaField)


Sorry, the code doesn't line up too good here. I reallly would appreciate any input here. This shouldn't be so difficult.
Thanks