Continuous flow special report?

D

Dean Slindee

I am developing a report that shows data fields at X,Y coordinates, much
like a form. It also has a couple of subreports that have a variable number
of lines, depending upon the rows in the underlying tables. So, far that's
working. Right now, the report is displaying one client per page. What I
would like to know is: Is there a setting where I can make the report
display in a "continuous" format. In other words, if the report information
for one client requires less than a full page, can I change a setting to
make the next client's data appear on the same page? It is possible that
some clients may be brief enough that 3 or 4 could appear on a single page.

Thanks in advance.
Dean Slindee
 
M

Marshall Barton

Dean said:
I am developing a report that shows data fields at X,Y coordinates, much
like a form. It also has a couple of subreports that have a variable number
of lines, depending upon the rows in the underlying tables. So, far that's
working. Right now, the report is displaying one client per page. What I
would like to know is: Is there a setting where I can make the report
display in a "continuous" format. In other words, if the report information
for one client requires less than a full page, can I change a setting to
make the next client's data appear on the same page? It is possible that
some clients may be brief enough that 3 or 4 could appear on a single page.


Use Sorting and Grouping (View menu) to create a group and
set the **group** KeepTogether property to Whole Group.

Make sure the group header/footer and detail section's
ForceNewPage is set to None.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top