G
Guest
I have 3 subreports within my main report, each with a field containing 10
records. I want to add the first row (first record) of each of the 3
subreports, but do not know how to reference this.
If I create a textbox and have the data source as
=Reports![MainReport]![SubReport]![FieldName].Value it is fine to display the
first value (first record's value). But I cannot find how to then display
the second records value. How do I identify the second row (or second record)
individually so as to add all the second values from all 3 subreports, or is
this impossible to do?
records. I want to add the first row (first record) of each of the 3
subreports, but do not know how to reference this.
If I create a textbox and have the data source as
=Reports![MainReport]![SubReport]![FieldName].Value it is fine to display the
first value (first record's value). But I cannot find how to then display
the second records value. How do I identify the second row (or second record)
individually so as to add all the second values from all 3 subreports, or is
this impossible to do?