I’m converting a large, flat table to related tables. To double-check my work, I was going to run a report from the flat table but am having problems. Here’s what I have:
1. One entry per student that could have up to 21 grades
2. I’ve completed a query that sorts by social security number
3. I’ve created a report based on that query and am grouping by social security number
4. There are 21 columns in the detail section of this report
5. I want a count of the number of grades each student has
6. So, I need a way to test to see if the grade (column) is not null, then add it to the count
Any guidance is greatly appreciated!
Kathy