Sorry, I misunderstood you. You should use one subreport in the detail band. Remove the header and footer bands in the main report. Set the Subreport.PrintBehavior property to pbFixed. Add ppTypes to your uses clause. Check the help topic on this property for a description. Then resize the subreport's height to be half of the page. Now, place all of you report controls in the subreport. The subreport will print inside of the fixed area, which will be half of the page. It will print one record on each half of the page.
Comments
band. Remove the header and footer bands in the main report. Set the
Subreport.PrintBehavior property to pbFixed. Add ppTypes to your uses
clause. Check the help topic on this property for a description. Then resize
the subreport's height to be half of the page. Now, place all of you report
controls in the subreport. The subreport will print inside of the fixed
area, which will be half of the page. It will print one record on each half
of the page.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com