B
Bob
I have a database with 10 columns of data. After I sort
the data, I want to display some of the columns on a
report in the following manner, and I want the report to
display two sets of columns on each page. Furthermore, I
want to include a column showing the rank of each record,
as also shown below:
Rank Column1 Column3 Column5 Rank Column1 Column3 Column5
1. xxxxxxx xxxxxxx xxxxxxx 6. xxxxxxx xxxxxxx xxxxxxx
2. xxxxxxx xxxxxxx xxxxxxx 7. xxxxxxx xxxxxxx xxxxxxx
3. xxxxxxx xxxxxxx xxxxxxx 8. xxxxxxx xxxxxxx xxxxxxx
4. xxxxxxx xxxxxxx xxxxxxx 9. xxxxxxx xxxxxxx xxxxxxx
5. xxxxxxx xxxxxxx xxxxxxx 10. xxxxxxx xxxxxxx xxxxxxx
Can someone explain how to do this?
Thanks very much,
Bob
the data, I want to display some of the columns on a
report in the following manner, and I want the report to
display two sets of columns on each page. Furthermore, I
want to include a column showing the rank of each record,
as also shown below:
Rank Column1 Column3 Column5 Rank Column1 Column3 Column5
1. xxxxxxx xxxxxxx xxxxxxx 6. xxxxxxx xxxxxxx xxxxxxx
2. xxxxxxx xxxxxxx xxxxxxx 7. xxxxxxx xxxxxxx xxxxxxx
3. xxxxxxx xxxxxxx xxxxxxx 8. xxxxxxx xxxxxxx xxxxxxx
4. xxxxxxx xxxxxxx xxxxxxx 9. xxxxxxx xxxxxxx xxxxxxx
5. xxxxxxx xxxxxxx xxxxxxx 10. xxxxxxx xxxxxxx xxxxxxx
Can someone explain how to do this?
Thanks very much,
Bob