I've created a query which pulls the classes for which a student has taken. Is there a way to add a count to the report to show the total of classes a student has taken?
The report is currently showing:
(Richard class1, class2, class3)
I would like the report to show this:
(Richard class1, class2, class3 - Total classes 3)
As always, your help is always appreciated.
The report is currently showing:
(Richard class1, class2, class3)
I would like the report to show this:
(Richard class1, class2, class3 - Total classes 3)
As always, your help is always appreciated.
Comment