Graph Does Not Update

C

Casey

Hi,

I have a graph in a report that I am using. This
graph is reliable most of the time, but occasionally it
does not show the data that should be in it.

In the Event Procedure I use to open the report that
has this graph in it, I open the query that is used by
the chart, requery it, and close the query. When the
report opens up after that, it sometimes has not updated
its data yet.

Is there something I can do to make sure the graph
shows the most up to date data.

I would appreciate any advice.

Thank you,

Casey
 
K

Kacie

Hi Casey, I'm Kacie also and I have had this problem. See
article 318079. I just added a me!graph1.requery to the
On Format event like this:

' Replace objMyGraph with the name of your object.
Me!objMyGraph.Requery

Kacie
 
L

lucy wang

Hi,
Have you figured it out? I have the same question with you.

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 old chart in the memory.Your
help will be highly appreciated.
 

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

Similar Threads

Dynamic graph 0
Cannot get graph to work properly 1
Graphs not showing 0
Graph Report 3
Custom colours in Graph not working 0
Graphing trouble 0
Graphs/Charts in Access 2002 0
Duane Hookom's Line graph by code 8

Top