C
CW
I have a query based on my invoices table.
It includes the date of the invoice [InvDate] and the amount [Charge].
I want to summarise the charges by month.
I have tried using Group By in various ways but cannot get the result I need.
BTW I know I could do this in a report, but I want to do it in a query (so
that I can base a form upon it).
Many thanks
CW
It includes the date of the invoice [InvDate] and the amount [Charge].
I want to summarise the charges by month.
I have tried using Group By in various ways but cannot get the result I need.
BTW I know I could do this in a report, but I want to do it in a query (so
that I can base a form upon it).
Many thanks
CW