yes but access wont allow removing the grouping
this is the SQL
can you tel me how to improve it
SELECT tblStudent.AgeGroup, tblStudentEvent.StudentID, tblStudent.FirstName, tblStudent.Surname, tblStudent.HouseID, tblStudent.Gender, Sum(tblStudentEvent.Points) AS TotalPoints
FROM tblStudent...