P
pack
I have a table in which I record student grades. Each record in the table
records the student name, date, assignment, and grade. I have 60 students
each with up to 10 grades per year over a 5 year period. Currently may table
consist of over 1600 records.
I want to create a report where each row is a list of grades for one student.
For example column 1 is the student name
column 2 is the students 1st grade,
column 3 is the students 2nd grade,
column 4 is the students 3rd grade
so on……
The colum heading to just be to group the grades by year.
records the student name, date, assignment, and grade. I have 60 students
each with up to 10 grades per year over a 5 year period. Currently may table
consist of over 1600 records.
I want to create a report where each row is a list of grades for one student.
For example column 1 is the student name
column 2 is the students 1st grade,
column 3 is the students 2nd grade,
column 4 is the students 3rd grade
so on……
The colum heading to just be to group the grades by year.