Multiple charts one one report

R

Rajtomar

I have created a report which takes data through a select query. Now
when i've put 8 charts on the report which also takes the data from
the same dynaset of the query. now when i preview report i need to
enter the filtering parameter 17 times. How to resolve this ?

One way was that i've converted that select query into make table
query and routed the data from the temp table to the report and charts
but in this i get a deletion confirmation message every time i preview
report. i've disable messages from tools/options/edit/find..

Any ideas ????????
 
K

KARL DEWEY

Try using a form to enter the information in text boxes.
Then use the text boxes as criteria in your query.
 
Top