In Access 2000, I have been working with the Microsoft Chart Control 6.0 (SP4) (OLEDB) and using the .chartdata method in a VBA project to connect to an array as a data source. This has worked well for several weeks, but suddenly an error message is being generated saying VBA does not recognize this method. I have registered the ActiveX file and checked Access/VBA capacity limits. I am nowhere close to exceeding any of them.
Why does MSChart not recognize .chartdata in Acess 2000 VBA?
Collapse
X
-
Tags: None
-
I had a similar issue where a 2003 database had been opened by a user with 2007 installed. After that point none of the charts would work.
We "fixed" it by returning to a backup, allthough we did not really spend time looking for other solutions. -
I did the same, but really do want to know what is underlying the problem if anyone has figured it out.Comment
Comment