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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I set a Graph's Row Source on ReportOpen?

Status
Not open for further replies.

StuKregor

Technical User
Jun 18, 2001
15
0
0
AU
I want to set a graph's row source on opening a report based on a form. This code won't work:

Me.OLEUnbound0.RowSource = "QueryName"

I know I need some special code for manipultaing an OLE object (but I don't know what it is)

How do I do it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top