T
Tim Thorp
I am trying to make a student grade report with scores listed in 2 distinct
groups for the same set of tests. In the first group I want averages
calculated down and in the second, across. Here is a small example (I hope
the formatting posts with this) :
test accuracy details references
1 75 81 90
2 80 82 95
3 85 83 100
Average 80 82 95
test style handwriting authenticity Average
1 81 82 83 82
2 75 80 85 80
3 90 85 95 90
I already have the first group working fine using the detail section for the
records and footer for averages, but don't know how to get the next group in
there. The data comes from a table of scores where the example above is 3
records and the number of tests is variable.
Do I add another detail section or use a subreport or something else? The
part that really has me stuck is that I need both groups to display the same
records. Also, for the averages in the second group would I add a control
=([style]+[handwriting]+[authenticity])/3 Any ideas?
Much appreciation
Tim Thorp
groups for the same set of tests. In the first group I want averages
calculated down and in the second, across. Here is a small example (I hope
the formatting posts with this) :
test accuracy details references
1 75 81 90
2 80 82 95
3 85 83 100
Average 80 82 95
test style handwriting authenticity Average
1 81 82 83 82
2 75 80 85 80
3 90 85 95 90
I already have the first group working fine using the detail section for the
records and footer for averages, but don't know how to get the next group in
there. The data comes from a table of scores where the example above is 3
records and the number of tests is variable.
Do I add another detail section or use a subreport or something else? The
part that really has me stuck is that I need both groups to display the same
records. Also, for the averages in the second group would I add a control
=([style]+[handwriting]+[authenticity])/3 Any ideas?
Much appreciation
Tim Thorp