Print X number of lines per page in a report

T

Troper

I have a report to print a Purchase Order. The report have a subreport
(OrderDetails). I would like to print this report with a maximum of 15
records(lines) per page. For example, if i have an order with 30 items i
would like the report to print 15 items in page 1 and the resting 15 items in
page 2.

any ideas?

Thanks,

Troper
 
D

Duane Hookom

Have you tried setting the height of the subreport to 15 items and not
allowing it to grow?
 
T

Troper via AccessMonster.com

Duane said:
Have you tried setting the height of the subreport to 15 items and not
allowing it to grow?
I have a report to print a Purchase Order. The report have a subreport
(OrderDetails). I would like to print this report with a maximum of 15
[quoted text clipped - 7 lines]

Hi. Thanks for the response. I tried that but it is no printing the last 15
rows. It print the first page, up to 15 items but doesnt print the next page
with the last 15 items. any ideas?
 
Top