Report Subform Data is not paging correctly

  • Thread starter Thread starter Donna V Giampa
  • Start date Start date
D

Donna V Giampa

I need to print seperate report pages for each record. I use a Query to get
the correct records, which works fine.

When I run the report, the Header and Footer Data is correct.
The Detail Data (from another subform/report) displays, but is not cut off
for each record.

This Detail subreport is set up to print 2 columns of the data, if
necessary. Most reports have only 1 column of data, but the next records
detail data shows up on the first record report.

How can I make sure each individual report contains the correct Detail Data?
Which Properties need to be set within the subform/report?

Thanks for any help!
Donna
 
I had a problem very similar to this, where multiple detail reports were
listed on each page of the main report. I solved it by doing 2 things:
1. In the main report I inserted a page-break after the detail report
control. The page-break is just another control available on the toolbar.
2. In the subreport I inserted another page-break in the report footer.

Then the main report paged properly after printing only the correct detail
report on each page.

Hope this works for you.
Fred
 
Hello Fred,
Thank you SO much for the suggestions. I'll try that to see if it works.
Donna
 
Back
Top