Getting a Chart subreport to display based on report criteria

M

MarkG

I am using an unbound form to generate a query which is
displayed in a report. I would like to have a chart
which is in a subreport also reflect the parameter
entered in the report, does anyone know how to do this.

Thanks
MarkG
 
D

Duane Hookom

Set the Row Source property of the chart control to use the controls on the
form. This is exactly the same as you would use the controls to set the
criteria in any other query.
 
Top