Import new data to an existing report from new query

E

Ed

I have a report thats already created. I now would like
that report to pull data from a new Query. I cannot get
the controls to correctly point to the query where the
data sits.

Help

Thanks
 
P

Perlith

Check Knowledge Base Article 114510. You can't change the sourceobject
property at runtime. An alternative is to use subreports in one main
report, as the queries can change for the subreports. If you want one
subreport to show up vs. the other, you can hide one while the other is
visible, etc.

Hope this helps.
 
Top