This question has been asked before without any answer. Has anyone been able to set the rowsource property of the embedded graph with VB. I've tried to create a sql and simply set it equal to the rowsource for the embedded graph. When I execute the report, I receive the message "Run time '438' - Object doesn't support this property or method". Normally, when I create a graph I create a query and then reference that query when the graph is created. I then manipulate the query vi VB to get the dynamic data display, but WHY can't I simply set the rowsource = to the sql string and eliminate all this overhead? Thanks ever so much for responding.