Question

  Asked: Feb 16 2008   12:57 AM GMT
  Asked by: Peljo


Months query in Microsoft Access 2000


Access

On the basis of my query i have built a totals query as follows:
SELECT Sum(qryMargin.MarginInvoice) AS SumOfMarginInvoice, qryMargin.invoicedate
FROM qryMargin
GROUP BY qryMargin.invoicedate;

I want to break down the sum so obtained into months on the basis of the invoicedateand also to arrange them to be not in
alphabetical order but following the order of the months, e.g. january,february,march etc
Can you help me ?

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


Start this Answer and Earn your Knowledge Points!

By clicking "Create Answer", you can write the answer to this question that can be improved upon by your peers using the Answer Wiki.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register