L
Luke Bellamy
Hi,
I have a graph that I would like to show on a report that I populate
with a dynamic value list within the report_open event. Unfortunately
when I do this and try and set the row source to be my data I generated
it throws an error saying invalid use of this proprty.
Any ideas on how I can put a dynamic graph (i.e not bound to a table)
on a report?
A temporary way around this I have been using is display the graph on
a form (assign the data in the form_load event) and all works OK. BUT
the reason to change back to a report is when a user maximises the form
te graph is on and tries to print it then it prints on several pages because
of
the increased size of the graph. It increases because I'm using the Access
Developers Handbook resize tool.
Any thoughts appreciated.
Thankyou
I have a graph that I would like to show on a report that I populate
with a dynamic value list within the report_open event. Unfortunately
when I do this and try and set the row source to be my data I generated
it throws an error saying invalid use of this proprty.
Any ideas on how I can put a dynamic graph (i.e not bound to a table)
on a report?
A temporary way around this I have been using is display the graph on
a form (assign the data in the form_load event) and all works OK. BUT
the reason to change back to a report is when a user maximises the form
te graph is on and tries to print it then it prints on several pages because
of
the increased size of the graph. It increases because I'm using the Access
Developers Handbook resize tool.
Any thoughts appreciated.
Thankyou