Report Subform Data is not paging correctly

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
 
F

Fredrated

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
 
D

Donna V Giampa

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

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