|
Hi there,
I have a MsGraph-chart in my report.
I just want to display a graph for each record (just plain bars for a value each year,
nothing
fancy)
On one PC where only Access 97 is installed everything works fine.
On my production-PC where I have installed several Office versions (all in different
folders) some
graphs just NOT represent the values of the corresponding record...
Very weird issues here: e.g.
- I have 11 records and the graph representing record 4 is the same as the graph
representing record 5.
- When I repeat the print I sometimes get other results ! (record 8 and 9 same graph or
record 1 and 2)
What's going on here? Something like a OLE refresh-issue ?
FYI: Latest version installed is Office 2000
Again: The very SAME report (copied mdb) on the other PC works fine.
I have had othes issues with MSGraph (not working on one PC and perfectly on another)
before, but this one is really bad.
Any ideas?
I tried code like Me.Chart.Refresh in the Detail_Format event but to no avail. |