I know the subject of multiple columns has been discussed many times in this forum. However, my question is somewhat different than those I have found in searching through the discussions.
I succeeded in formatting my data into 2 columns in my subreport, but it takes up the entire page. If I don't have enough data to fill the entire side, then it won't spill over into the next column.
I don't want to use an entire page for the section, but just a small section (spacing not fixed) out of the middle of the page for the subreport. No matter how much data is in the section, the items should be divided equally between the two sides (unless, of course, there is an odd number).
Top of Page
------------------------------------
-------------------------------------
Bottom of page
Any ideas?
Thanks,
wcprog
I succeeded in formatting my data into 2 columns in my subreport, but it takes up the entire page. If I don't have enough data to fill the entire side, then it won't spill over into the next column.
I don't want to use an entire page for the section, but just a small section (spacing not fixed) out of the middle of the page for the subreport. No matter how much data is in the section, the items should be divided equally between the two sides (unless, of course, there is an odd number).
Top of Page
------------------------------------
Code:
Details a
.
.
.
Details b SubReport
Data item 1 Data item 6
Data item 2 Data item 7
Data item 3 Data item 8
Data item 4 Data item 9
Data item 5
Details c
.
.
.
Bottom of page
Any ideas?
Thanks,
wcprog