PDA

View Full Version : Passing parameters to a Chart in an adp



Joe Heym
03-10-2006, 05:41 AM
I am using a chart on a report in an adp file. The RowSource for the chart is a stored procedure which takes parameters from a form in my project. Normally I can pass the parameters from the from to the stored proc using the input parameters property of the report but in the case of the report with the chart this is not working and when the report opens I am prompted for all the parameters. I think this must be because the Input Parameters property passes parameters to the RowSource of the Report but I want them passed to the RowSource of the Chart! Any ideas on this one?
Thanks

Joe