G
Guest
I have a report for which I need to force a page break for 2 conditions, one
is when the member ID changes (I am able to set up a grouping for this and it
works fine). However, when the number of detail lines for a member exceeds
8, I need to print the remainder of the form which are lines to form a grid
and force a new page to print the remaining information for that member on
the subsequent page. I tried setting the bottom part of the form in the page
footer. However, causes the bottom of the form to be bottom floating and
causes a break in the grid. I noticed in the sorting and grouping box, you
can enter an expression, is there anything I can enter there?
There is an example in the northwind DB that someone forwarded to me the
other night which comes close, but does not resolve the problem. The
difference is that the orderid in the example is different for each order. I
don't want to break unless the member ID changes or number of detail records
are greater than 8.
is when the member ID changes (I am able to set up a grouping for this and it
works fine). However, when the number of detail lines for a member exceeds
8, I need to print the remainder of the form which are lines to form a grid
and force a new page to print the remaining information for that member on
the subsequent page. I tried setting the bottom part of the form in the page
footer. However, causes the bottom of the form to be bottom floating and
causes a break in the grid. I noticed in the sorting and grouping box, you
can enter an expression, is there anything I can enter there?
There is an example in the northwind DB that someone forwarded to me the
other night which comes close, but does not resolve the problem. The
difference is that the orderid in the example is different for each order. I
don't want to break unless the member ID changes or number of detail records
are greater than 8.