K
KevinJason
I'm trying to make a report that contains records that have alot of
fields. I want the first half of fields to print on one page and then
the second half of fields to print on the second page on the same line
as the record on the first page.
For example say I have 100 records and they have 100 fields. Each page
can hold 10 records and 50 fields. I want the report to print out as
follows:
Page 1:
Field 1 Field 2 ... Field 50
Record 1
Record 2
..
..
..
Record 10
Page 2:
Field 51 Field 52 ... Field 100
Record 1
Record 2
..
..
..
Record 10
Page 3:
Field 1 Field 2 ... Field 50
Record 11
Record 12
..
..
..
Record 20
Page 4:
Field 51 Field 52 ... Field 100
Record 11
Record 12
..
..
..
Record 20
And so on and so forth.
Sorry for the long post. Any help would be appreciated.
fields. I want the first half of fields to print on one page and then
the second half of fields to print on the second page on the same line
as the record on the first page.
For example say I have 100 records and they have 100 fields. Each page
can hold 10 records and 50 fields. I want the report to print out as
follows:
Page 1:
Field 1 Field 2 ... Field 50
Record 1
Record 2
..
..
..
Record 10
Page 2:
Field 51 Field 52 ... Field 100
Record 1
Record 2
..
..
..
Record 10
Page 3:
Field 1 Field 2 ... Field 50
Record 11
Record 12
..
..
..
Record 20
Page 4:
Field 51 Field 52 ... Field 100
Record 11
Record 12
..
..
..
Record 20
And so on and so forth.
Sorry for the long post. Any help would be appreciated.