Milothicus
Registered User.
- Local time
- Today, 23:12
- Joined
- Sep 24, 2004
- Messages
- 134
I've got a report that includes a pie chart created through the chart wizard. the source data for the chart depends on options set in a form. to change the source data, (in the OnOpen event), i create an SQL string and then i have the following line:
me.objGraph.rowsource = SQL
once the code gets to this line, it breaks, and i get runtime error 2455a; You entered an expression that has an invalid reference to the property RowSource.
i press F8, and it works. it just won't work on the first try.
any ideas?
me.objGraph.rowsource = SQL
once the code gets to this line, it breaks, and i get runtime error 2455a; You entered an expression that has an invalid reference to the property RowSource.
i press F8, and it works. it just won't work on the first try.
any ideas?