Hi All, First let me start by saying, I absolutely love this site. I have an access database that records are keyed in including a date field. i.e. 3/4/07, 3/20/07, 4/10/07,4/18/07, 5/4/07... and queried using a parameter query that asks for a Start and End date. i.e. 1/1/2007, 5/1/2007. These results are in the form of number Totals for that period.
This all works well. Now I have been asked to create a bar graph on a report that will show Month to Month progress, i.e Jan - June. Something to the effect of:
Jan Feb Mar Apr May
40 30 28 20 25
Then I can use a bar graph to graph the numbers and use the months as the "X" axis.
Any idea on how to convert date fields to Month names in a parameter query, if the user wants a graph to show a range of months that they choose, i.e 3/4/07, 3/20/07, 3/27/07 to come up as "March"?
I have limited knowledge of SQL, so please be kind and detail your responses.
Thank you very much in advance.
Nick
This all works well. Now I have been asked to create a bar graph on a report that will show Month to Month progress, i.e Jan - June. Something to the effect of:
Jan Feb Mar Apr May
40 30 28 20 25
Then I can use a bar graph to graph the numbers and use the months as the "X" axis.
Any idea on how to convert date fields to Month names in a parameter query, if the user wants a graph to show a range of months that they choose, i.e 3/4/07, 3/20/07, 3/27/07 to come up as "March"?
I have limited knowledge of SQL, so please be kind and detail your responses.
Thank you very much in advance.
Nick
Comment