I query a class by class number (08-027), but now I want to break that class down by A, B, or C Group based on number of students in query, this week it could be 80, next week 110.
What I am looking at.
- Run a query to pull everyone in that class (08-027)
- Based on the class size (lets say 75) divide it by 3
- Print a report for the first 25 as group A, next 25 as group B and last 25 as group C.
I dont know where to start on this!
Peter
What I am looking at.
- Run a query to pull everyone in that class (08-027)
- Based on the class size (lets say 75) divide it by 3
- Print a report for the first 25 as group A, next 25 as group B and last 25 as group C.
I dont know where to start on this!
Peter