Graph not refreshing

  • Thread starter Thread starter Al Camp
  • Start date Start date
A

Al Camp

In Access 97 w/SR-1 installed, and developing an XY Scatter Chart...

I'm expirementing with different Row/Col/Val arrangents.
The crosstab query values look great, the report Print Preview "USUALLY"
displays the correct plot.
BUT... the design view continues to display those damn default
East/West/North/South values.

My graph crosstab query is not linked to the report via Parent Child, but by
a parameter calling a value from an open form.

How can I force MSGraph.Chart.8 graph to update it's plotting, as I work on
the underlying crosstab query?

Thanks in advance,
Al Camp
 
I think you can view the datasheet view of the chart's row source and copy
it into the clipboard. Then go into the design view of the chart control,
find the datasheet view and paste your data.
 
Duane,
Once again... Bullseye!
What a great technique to wake those damn graphs up!
Thanks a lot,
Al Camp
 
Back
Top