Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trouble setting row source of chart in report

Status
Not open for further replies.

bPruFin

Programmer
Sep 16, 2004
10
US
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top