How to make the PivotChart in Report updated when data changed

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I use Msacess 2003 and I created a report with chart ( the control name is
OLEunbound0). The chart is linked to a query. I want to write a macro or code
to periodiclly refresh the chart or once the underlying data is changed.
Anybody knows how?
 
I would think that every time your report and chart displays, the datasource
would be requeried. Isn't that what you are experiencing?
 
Back
Top