S
Shayne Cooper
A typical subform with a 2 column(or more) report and 'Can
Grow' property set to 'True' will continue through to
proceeding pages with a single column only, as the subform
needs a set height in order to stop the first column and
break it onto the second column.
BUT, if you set the 'Can Grow' property to False, then you
are restricted to only show the number of records that fit
the height of the subform.
How can obtain the following format???
i.e. How can you have x number of records on each page,
then jump to the next page etc, but maintain the 'down
then across' column layout???
1 6
2 7
3 8
4 9
5 10
-----<Page break>-----
11 16
12 17
13 18
14 19
15 20
-----<Page break>----- etc, etc...
Grow' property set to 'True' will continue through to
proceeding pages with a single column only, as the subform
needs a set height in order to stop the first column and
break it onto the second column.
BUT, if you set the 'Can Grow' property to False, then you
are restricted to only show the number of records that fit
the height of the subform.
How can obtain the following format???
i.e. How can you have x number of records on each page,
then jump to the next page etc, but maintain the 'down
then across' column layout???
1 6
2 7
3 8
4 9
5 10
-----<Page break>-----
11 16
12 17
13 18
14 19
15 20
-----<Page break>----- etc, etc...