L
Laurel
I have a graph (chart) in a form which has three unbound
controls, Student_ID, Start_Date and End_Date. I would
like to limit the data in the graph to dates between the
values of the Start_Date and End_Date controls, but I
can't figure out how to do this, as Linking Fields seem to
only handle equalities, not > <, etc., and I can't use
references to the form in the graph's RowSource because
Microsoft Graph spits it back. This seems like it would
be a fairly common thing one would want to do?
I haven't tried putting parameters in the underlying query
(the one used to build the chart) because I think that
would be a very bad solution from a user interface
perspective (assuming it would work....)
controls, Student_ID, Start_Date and End_Date. I would
like to limit the data in the graph to dates between the
values of the Start_Date and End_Date controls, but I
can't figure out how to do this, as Linking Fields seem to
only handle equalities, not > <, etc., and I can't use
references to the form in the graph's RowSource because
Microsoft Graph spits it back. This seems like it would
be a fairly common thing one would want to do?
I haven't tried putting parameters in the underlying query
(the one used to build the chart) because I think that
would be a very bad solution from a user interface
perspective (assuming it would work....)