I have written a query to represent data on a graph. The X axis of the represent all months of the year which come from th query. The way that the months are shown is by number i,e 1,2 3 etc <br>
What i want is for the months to be shown as Jan , Feb , Mar etc.<br>
I am only using a select Query.<br>
I sort the dates by using Month(Date). Thats what produces the numbers.<br>
To produce the Names for the dates i have tried to Format(date,'mmm') in ("Jan", "feb" etc). Do i have to do this is a crosstab query?<br>
Can u use a crosstab query for a graph? <br>
Can you show me a way to hard code the x axis columns for the chart?<br>
Is the only way to change this is by changing my datetime fields in the tables so that the dates come out this way?<br>
Do i have to live with the numbers?<br>
What i want is for the months to be shown as Jan , Feb , Mar etc.<br>
I am only using a select Query.<br>
I sort the dates by using Month(Date). Thats what produces the numbers.<br>
To produce the Names for the dates i have tried to Format(date,'mmm') in ("Jan", "feb" etc). Do i have to do this is a crosstab query?<br>
Can u use a crosstab query for a graph? <br>
Can you show me a way to hard code the x axis columns for the chart?<br>
Is the only way to change this is by changing my datetime fields in the tables so that the dates come out this way?<br>
Do i have to live with the numbers?<br>