Hey all,
Here's the deal... I've created a survey system and I am displaying the results in a report. The individual graphs themselves are in a subreport.
Some survey questions are multiple selection and the others are single choice. Because of the multiple selections, I need to use a separate query to generate the proper data in the graph.
My issue is where/when to change the RowSource to this other query. I put it in the On_Format event of the graph subReport (which I thought was run prior to printing) but I got a "Can't set Row Source after printing has started." error.
Any ideas?
Here's the deal... I've created a survey system and I am displaying the results in a report. The individual graphs themselves are in a subreport.
Some survey questions are multiple selection and the others are single choice. Because of the multiple selections, I need to use a separate query to generate the proper data in the graph.
My issue is where/when to change the RowSource to this other query. I put it in the On_Format event of the graph subReport (which I thought was run prior to printing) but I got a "Can't set Row Source after printing has started." error.
Any ideas?