I have a report which requires multiple reports in one. I know I need subreports but I'm having trouble getting the data to print in the right place.
In the main report I have a summary table with ticket numbers - nothing fancy.
In the subreport I need to show each ticket number with additional details.
In effect, the user wants to scan the summary table at the top, then pick a ticket number and look further down the report to see all the details.
Main Report:
Ticket Number Date
------------- ---------
1 mm/dd/yy
2 mm/dd/yy
3 mm/dd/yy
------------------------
Count: 3
Sub Report #1:
Ticket Number Description (can span more than one page)
------------- ------------------------------------------
1 xxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx
2 xxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx
Thanks,
Jeff
In the main report I have a summary table with ticket numbers - nothing fancy.
In the subreport I need to show each ticket number with additional details.
In effect, the user wants to scan the summary table at the top, then pick a ticket number and look further down the report to see all the details.
Main Report:
Ticket Number Date
------------- ---------
1 mm/dd/yy
2 mm/dd/yy
3 mm/dd/yy
------------------------
Count: 3
Sub Report #1:
Ticket Number Description (can span more than one page)
------------- ------------------------------------------
1 xxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx
2 xxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxx
Thanks,
Jeff