G
Guest
I have 3 subreports, each with around 9 records displayed. I want to add the
first values in all three of the sub-reports (to get a row total count).
This works fine with referring to each of the sub-reports with:
=Reports![Main Report]![Sub Report1].Value+Reports![Main Report]![Sub
Report2].Value + Reports![Main Report]![Sub Report3].Value
But that only looks after the first row by getting the first value. When it
comes to adding the second value in each of the sub-reports, I do not know if
it is possible. How do you (if you can) reference the second record
displayed in a subreport from the Main report?
first values in all three of the sub-reports (to get a row total count).
This works fine with referring to each of the sub-reports with:
=Reports![Main Report]![Sub Report1].Value+Reports![Main Report]![Sub
Report2].Value + Reports![Main Report]![Sub Report3].Value
But that only looks after the first row by getting the first value. When it
comes to adding the second value in each of the sub-reports, I do not know if
it is possible. How do you (if you can) reference the second record
displayed in a subreport from the Main report?