Cross tab vs. report

  • Thread starter Thread starter XPS350
  • Start date Start date
X

XPS350

I am working on a school database recording test results. Each class must do a variable number of test each year and each class has a different number of students.
I made a crosstab query to show all results for a class. Next step is to present this in a report. How to do that? The problem I am facing is that the number of columns and then column names are different for each class.

Thanks,

Peter
 
I am working on a school database recording test results. Each class must do a variable number of test each year and each class has a different number of students.
I made a crosstab query to show all results for a class. Next step is to present this in a report. How to do that? The problem I am facing is that the number of columns and then column names are different for each class.

Thanks,

Peter

can you just add the labels to the group on by class?
 
Back
Top