Reports with columns - How do I wrap around on same page?

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

Guest

I have a report with columns and headings, and a sub-report that displays the
detail for these headings. When the detail does not need more than one
column, it looks fine, but there are a few headings that need more than one
column to display all the data. The detail for these headers does not wrap
around to the next column on the same page. Instead, it continues the detail
onto the next page, so I end up with multiple pages with only one column.
How can I get my detail to wrap around on the same page?
 
The easy answer is to set your column layout in the subreport to print
Across then Down. If this doesn't work, you can create a calculated column
in your subreport's record source that "sequences" your records so that
printing Across then Down appears to be printing Down then Across.
 
Back
Top