R
rmcompute
I searched all over to find how to change the rowsource on a graph. What I
have found is that it can be done in design mode or by changing the source
query. I have multiple users on the application and would like to use the
same procedure I use for running reports. When I user runs a report they are
able to select their own search criterion. From this information a query is
dynamically created using the user's id: qryModelRpt_smithj. This query name
is saved to a variable which can be read in the open event of the report:
Me.RecordSource = strQueryID. I would like to do the same for the graph but
cannot locate where to put the rowsource code. Does anyone know if it can be
done in this way: Me.RowSource = strQueryID with strQueryID containing the
correct query to use for this graph?
have found is that it can be done in design mode or by changing the source
query. I have multiple users on the application and would like to use the
same procedure I use for running reports. When I user runs a report they are
able to select their own search criterion. From this information a query is
dynamically created using the user's id: qryModelRpt_smithj. This query name
is saved to a variable which can be read in the open event of the report:
Me.RecordSource = strQueryID. I would like to do the same for the graph but
cannot locate where to put the rowsource code. Does anyone know if it can be
done in this way: Me.RowSource = strQueryID with strQueryID containing the
correct query to use for this graph?