Consider the following table:

Code:
Supervisor  Employee
Jane        Bob
Jane        Pete
Jane        Jenny
John        Cliff
John        Andrew
Charles     Robbie
Edward      Zed
Edward      Philip
I need to create one Word document for each unique Supervisor, and one page in that document for each Employee for that Supervisor.

So in the...