Pivot Charts

N

Nickt

I'm using Access to Query an ODBC (MySQL) database. The query summarises
counters over a period of time. I've defined a PivotChart (with multiple
charts) to display the information and use the query as the data source. I
want the Pivot chart to be updated every minute or two with the new values of
the counters.

How can I do this?

Requery blows away the Pivot chart and I have to rebuild it. Refresh does
nothing.
 
Top