I'm looking to do the same thing for a report of mine, and I am already using shared variables for a grand total at the end.
Trouble with mine, is that the details that need to be in my subreport come from information derived from subreports in group footers. I currently have one report for the detail, and the summary (which utilises subreports) is in a seperate report. I can't import the summary as a subreport without losing the subreports contained within it.
The only other option i can think of is to create some sort of shared array variable, but that method (if possible) would be messy, cumbersome, prone to error, put a limitation on the report, and it would be generally bad programming style.
Is there any nice way to join the two?
Cheers,
Victor.