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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top