Chart in the report doesn't refresh

  • Thread starter Thread starter lucy wang
  • Start date Start date
L

lucy wang

Hi,
I have created a Chart Report using MS Chart 2000 by
entering the date range in the form. Sometimes when I
change date range the old chart doesn't go away(I use
local table as record source, and the source data is
right.). I think there should be some refresh
function, or there is some method to kill the old
chart in the memory.Your help will be highly
appreciated.
 
You can try place code in the On Format event of the section that contains
the Chart:
Me.chartMyChart.Requery
 
Back
Top