Snake Columns in Subreport

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

Guest

I have a report with unbound columns calculating summary information and a
subreport with a snake column displaying records (both in the report footer).
The subreport works great when opened on it's own, but when I embed it into
another report and open that report, it doesn't snake. The information is
continued on another page. Need it to stay on one page. Thanks for your
help on this!

Layout Design:

SumCntScheduled: 4
SumCntInstalls: 3 75% Completed

(subreport here)
Locations Rescheduled:
ID Org Sched Resched Date ID Org Sched Resched Date
xxxx 8/15/05 8/25/05 xxxxx 9/15/05 9/25/05

xxxx 8/15/05 8/23/05
xxxx 8/17/05 8/28/05
(end of page)
 
Multi-column subreports should be set to display "Across then Down". There
are a couple complex methods of creating a Down then Across. One involves
creating a sorting field in your record source the artificially creates an
order value that corresponds with down then across. The other method derives
a "column number" value in the query. You can then use two or more copies of
the same subreport but they are changed to single columns.
 
Thanks, Duane. I thought I had set it Across-Down; shows the importance of
checking everything EVERY time.
 
Back
Top