From rwel, 2/3/2005, 0848 EST
I have coded the following "work around".
The inability to set the rowsource for a graph stems from the fact that MSAccess 2000 (and likly other versions ?) only supports setting the rowsource in "acDesign" mode.
The workaround is to:
1. silently (echo off) put...
Product: Access 2000
I need to set the RowSource property in code and have seen in MS Knowledgebase Article 209993 sample code for doing so:
"Reports!ReportName!ChartName.RowSource = " SELECT Blah Blah etc ;"
When I run this code I get "Run-time error '2455', You entered an expression that...
I need to set the RowSource property in VBA code and have seen in MS Knowledgebase Article 209993 sample code for doing so:
"Reports!ReportName!ChartName.RowSource = " SELECT Blah Blah etc ;"
When I run the code I get "Run-time error '2455', You entered an expression that has an invalid...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.