Hi again. I thought after finding the MEANGRADE and POINTS for all SUBJECTS DONE and selected by Students, it was going to be easy to find the CLASSMEANGRADE and CLASSPOINTS BY ADDING SUBJECT MEANSCORES AND USING IIF. But it has given me headache for the whole day and night. Kindly check again this attached database and assist me to get CLASSMEANGRADE AND CLASSPOINTS which should be filtered in filter by form. I tried using this query:
SELECT Sum(qrySubjectStudentCount.Meanscore) As SumOfMeanScore, Count(qrySubjectStudentCount.MeanScore) As CountOfMeanScore, Sum([qrySubjectStudentCount].[Meanscore])/Count([qrySubjectStudentCount]. Meanscore As MEAN
AFTER THAT I used IIF([MEAN])>=80,"A", and so on.
After i joined this query with qryGrades and it works perfectly.
However, it cannot be filtered.
Check this database. I put a label in MEANGRADE and POINTS.
I am really grateful for your assistance. I believe this is the last hurdle.
Thanks in advance.