I wonder if it's possible to populate a field from calculating other fields on the report? For example, on a report there are following fields:
Code:
Scores
=======
homework midterm finalterm avg (calculated)
--------- -------- ---------- ----
80 90 100 90
70 50 60 60
... ...
The avg is calculated from the three fields and it's generated in the run time of the report is opened, for some reason I don't want the avg comes from the same query of other three fields, I must get it from calculating the other three fields, is this possible at all?
Thanks!