Chart on report not updating

  • Thread starter Thread starter WebbTech
  • Start date Start date
W

WebbTech

Sometimes the chart on my report displays old data when I print the report.
This is the data that was correct at the time I created the chart, but this
data has since been deleted.
How can I force the chart to refresh its data every time it prints?

I added this VBA code to the detail section of the subreport containing the
chart in the Format event:

Me!Chart1.Refresh

but this did not help.

Any ideas?
 
WT:

This is a common problem. Stop by our web and look in the Code and design
tips area under the Reports section for a tip on Common Problems with Graph.
It will show you what you need to solve this problem.
 
Back
Top