I have a report broke down into sections (Master - Detail).
Here's an example:
The problem I'm running in to is when there are many Usage Types. If there are more usage types than can be shown on one page, it moves the Usage Type table to the next page. If the usage types can't all fit on one page, then that is fine. I do however want to avoid a page break if posssible. The problem comes in when it moves the table, it leaves the other cells on the prvious page.
Like this:
Is there a way to keep the table with the labels, even if it has to break over multiple pages?
Thanks!
Here's an example:
Code:
(Cell) (Cell) (Table)
From Date Thru Date Account# Usage Type Usage
1/5/03 - 2/4/03 12345678 Usage #1 1,234
Usage #3 2,345
...
The problem I'm running in to is when there are many Usage Types. If there are more usage types than can be shown on one page, it moves the Usage Type table to the next page. If the usage types can't all fit on one page, then that is fine. I do however want to avoid a page break if posssible. The problem comes in when it moves the table, it leaves the other cells on the prvious page.
Like this:
Code:
From Date Thru Date Account# Usage Type Usage
1/5/03 2/4/03 12345678
<Page Break>
From Date Thru Date Account# Usage Type Usage
Usage #1 1,234
Usage #3 2,345
...
Is there a way to keep the table with the labels, even if it has to break over multiple pages?
Thanks!