I have a query that includes a multi-value parameter and I'm trying to figure out how to create a separate report based off each value.
The query lists courses taken by each employee, and I have a parameter that allows the user to type in multiple employee names. So in the parameter box, they can type Joe;Frank;John and the query results will show all the courses taken by each of these 3 names. Now, how do I get the Report to print 3 separate reports for each name? Right now, it will only print one report for the 1st name.
Thank you so much for any assistance.
CindiN
The query lists courses taken by each employee, and I have a parameter that allows the user to type in multiple employee names. So in the parameter box, they can type Joe;Frank;John and the query results will show all the courses taken by each of these 3 names. Now, how do I get the Report to print 3 separate reports for each name? Right now, it will only print one report for the 1st name.
Thank you so much for any assistance.
CindiN