[RESOLVED] return multiple rows on same page of report
Hi,
I currently have generated a report based on a query to return the request detail say between nos 112 and 234. But it seems to generate a new page for each row returned. How can I group the returned rows together like:
RequestNo Change Request Title Date requested
123 Do a defeat 12/12/2006
125 success 2/3/2004
134 done well 12/3/2006
Whats happening at the moment is that each of these requests are on a seperate page. Is there a way around this?
Thanks
Re: return multiple rows on same page of report
What program are you using to generate the reports? Sounds to me that you are putting the report details in the page or report header section of the report instead of the detail section.
Re: return multiple rows on same page of report
Hi,
Yes, you're along the right lines. Beginning new to VB6 I thought this was a coding issue. It actually ended up being just to make the design of the report as small as possible.
Hope this helps someone
Thanks.