Keep a detail to one page

  • Thread starter Thread starter Jon Rowlan
  • Start date Start date
J

Jon Rowlan

I have a report that reports on a single sheet of A4.

At the bottom is a subreport of transactions.

I want to stop the report from carrying on into a second page if there are a
lot of transactions.

Is it possible to restrict teh report so that it only prints 1 page per
detail regardless of how many transactions are printers in the subreport?

thanks all,

jON
 
Jon said:
I have a report that reports on a single sheet of A4.

At the bottom is a subreport of transactions.

I want to stop the report from carrying on into a second page if there are a
lot of transactions.

Is it possible to restrict teh report so that it only prints 1 page per
detail regardless of how many transactions are printers in the subreport?

Can you make the subreport control a fixed size that just
fills a page (set its CanGrow property to No)?
 
Yep, works a treat Marsh.

jON

Marshall Barton said:
Can you make the subreport control a fixed size that just
fills a page (set its CanGrow property to No)?
 
Back
Top