G
Guest
Using Access 2003. Using a query. Have searched this database and tried
several things but not close enough to my situation. I new at this.
I designing a grading database. Generally what I do is assign every grade a
percentage of the whole value, group by percentage value, average the grades
in each of the percentage value, and then add them up to get a Final Grade
on a report.
I got this far in a report: =Avg([fldGrade])*([fldPointValue]/100) but then
couldn't sum the result of that expression.
So I am now trying to do it in the underlying query and have succeeded with
this expression to get an average for each percentage type AvgOfValue:
Avg([fldGrade])*([fldPointValue]/100) but how do I now sum the result of this
calculation so that I can put that field in my report.
Thanks in advance for your help.
several things but not close enough to my situation. I new at this.
I designing a grading database. Generally what I do is assign every grade a
percentage of the whole value, group by percentage value, average the grades
in each of the percentage value, and then add them up to get a Final Grade
on a report.
I got this far in a report: =Avg([fldGrade])*([fldPointValue]/100) but then
couldn't sum the result of that expression.
So I am now trying to do it in the underlying query and have succeeded with
this expression to get an average for each percentage type AvgOfValue:
Avg([fldGrade])*([fldPointValue]/100) but how do I now sum the result of this
calculation so that I can put that field in my report.
Thanks in advance for your help.