I'm using Access 2000.
In my Report_Open event I am trying to set the row source of a chart that I have on the report. Right now my chart (OLE Class: Microsoft Graph 2000 Chart) has the row source set statically in the properties box. However, I need to be able to set this dynamically.
When I try to do this using vba none of the options from intellisense are appropriate. I added ".rowsource" to after the object name but that just generates a run time error.
Any one have any ideas?
Thanks!
In my Report_Open event I am trying to set the row source of a chart that I have on the report. Right now my chart (OLE Class: Microsoft Graph 2000 Chart) has the row source set statically in the properties box. However, I need to be able to set this dynamically.
When I try to do this using vba none of the options from intellisense are appropriate. I added ".rowsource" to after the object name but that just generates a run time error.
Any one have any ideas?
Thanks!