Hi,<br> I am producing a graph which uses a date. On the graph i have the x-axis as the months of the year (a.k.a date). The months are extracted from the date field using <br><br>Month: Month(C.[Date Received])<br><br>The months are extracted as a number, but is there any way for me to extract then as the months name instead, over to convert the month number to a name before the query draws the graph. <br><br>thanks Radman