How can I limit report pages?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report wich has one subeport. If sub report shows 3 records(or 3
line to show 3 records), I always have 3 same report pages instead of just
one. So, I have 10 records on sub report, I will have 10 same reports. Please
tell me what should I do... Is there any way I can print just one page?
 
Yoo *^^* said:
I have a report wich has one subeport. If sub report shows 3 records(or 3
line to show 3 records), I always have 3 same report pages instead of just
one. So, I have 10 records on sub report, I will have 10 same reports. Please
tell me what should I do... Is there any way I can print just one page?


It sounds like the main report query includes the same table
as the subreport.

What are the main and subreport record source queries?
 
Back
Top