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?
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?