Hi, this is such a simple report....or so it seems
Two tables:
Table1 Fields - Group, Group Description
Table2 Fields - Group, Equipment, Status
I have two problems really:
1) This report is potentially huge (35,000+ records). How do I spill over?
For example, if Group is the Header, A is Equipment and 1 is the Status. On each page is it possible to show the columns more than once, so in effect I can halve the size of the report?
A1 A2 E1 E2
B1 B2 F1 F2
C1 C2 G1 G2
D1 D2
2) Is it good report practice to put the Table2 data in a subreport, as opposed to the Detail of the Main Report? In this case, if the subrpt spanned more than a page, how would I get the header to repeat for every page?
Thanks,
(I hate reports - searching for enlightenment)
Two tables:
Table1 Fields - Group, Group Description
Table2 Fields - Group, Equipment, Status
I have two problems really:
1) This report is potentially huge (35,000+ records). How do I spill over?
For example, if Group is the Header, A is Equipment and 1 is the Status. On each page is it possible to show the columns more than once, so in effect I can halve the size of the report?
A1 A2 E1 E2
B1 B2 F1 F2
C1 C2 G1 G2
D1 D2
2) Is it good report practice to put the Table2 data in a subreport, as opposed to the Detail of the Main Report? In this case, if the subrpt spanned more than a page, how would I get the header to repeat for every page?
Thanks,
(I hate reports - searching for enlightenment)