I have a report ("rptSchool"
that prints exam data on each student population in that school. The report is controlled by a parameter query that selects the school. Usually, I need to print only one school report at a time, so I simply enter the name of the school in the parameter and generate the appropriate report ... however, I now need to print 8 school reports at once and distribute each to the respective school ... how do I automate this so I don't have to enter 8 school names in a query and go through the same process 8 different times? Although I've never worked with arrays, my gut feeling is that I'm at a point where I need to make friends with them...I'm at a kindergarden "reading readiness" level with VBA so please go slow...