VoodooRage
Programmer
I have a main report that I am using along with two sub reports to collect all the data.
Main Report
Group 1
Group 2
Detail 1 Detail 2 SubReportDetail 1 SubReportDetail 2
Group Footer 2
SubTotal SubTotal SubTotal SubTotal
Group Footer 1
SubTotal SubTotal SubTotal SubTotal
My problem is how can I get subtotals from the detail columns that are actually a subreport. I have tried referencing them useing =Sum([Reports]![Main Report]![SubRpt1]![SubDetail1] but this does not return a value.
I hope I have illustrated this where someone can understand the problem. I just need to get subtotals from a sub report?
Thanks everyone!
Main Report
Group 1
Group 2
Detail 1 Detail 2 SubReportDetail 1 SubReportDetail 2
Group Footer 2
SubTotal SubTotal SubTotal SubTotal
Group Footer 1
SubTotal SubTotal SubTotal SubTotal
My problem is how can I get subtotals from the detail columns that are actually a subreport. I have tried referencing them useing =Sum([Reports]![Main Report]![SubRpt1]![SubDetail1] but this does not return a value.
I hope I have illustrated this where someone can understand the problem. I just need to get subtotals from a sub report?
Thanks everyone!