Say I’ve got an excel spreadsheet that looks like this:
Name |Course
A |1
B |3
C |3
A |2
C |2
i.e. different students (who I’m calling A, B and C) associated with different courses (which I’m number 1, 2 and 3).
What I would like to accomplish is to generate a separate document for each course, listing just which students are associated with that course.
The actual list is much longer than the above of course.
Mail merge using Word with Excel doesn’t quite seem to do the trick–since it will generate a separate document for each row. I just want a separate document for each course.
Excel methods for this are escaping me (probably because I don’t know that much about Excel). I suspect this is something Access can do, but know even less about Access.
Is there any hope for this?