M
Mark Andrews
Access2007
I don't use graphs too often, but I was putting a graph on a report that
shows months Jan thru Dec and values for those months.
My query has:
- monthnumber (1 to 12)
- monthname (example: "jan", "feb")
- value (should be used to make the bar graph)
If I use a select query for the graph and I select "monthname" and value I
get a graph that is close and shows all 12 bars but it puts the months in
alphabetical order by name ("Apr", "Aug" etc...)
Do I need to switch to a crosstab query to get the graph to order correctly?
My underlying query refers to some form fields Forms!frmReports!StartDate
etc... and if I try to use a crosstab off my underlying query it doesn't
like the references to form fields. I can recreate the querydef from code
if needed.
Thanks for help in advance,
Mark
I don't use graphs too often, but I was putting a graph on a report that
shows months Jan thru Dec and values for those months.
My query has:
- monthnumber (1 to 12)
- monthname (example: "jan", "feb")
- value (should be used to make the bar graph)
If I use a select query for the graph and I select "monthname" and value I
get a graph that is close and shows all 12 bars but it puts the months in
alphabetical order by name ("Apr", "Aug" etc...)
Do I need to switch to a crosstab query to get the graph to order correctly?
My underlying query refers to some form fields Forms!frmReports!StartDate
etc... and if I try to use a crosstab off my underlying query it doesn't
like the references to form fields. I can recreate the querydef from code
if needed.
Thanks for help in advance,
Mark