A
Ana
Hi,
I need to create an annual report which would list the total orders by
customers by month. I created a working query which groups the orders
'count(ORDER_CLIENT) AS Tot_orders' , customers 'CLIENT_NAME' and
'month(ORDER_DATE) AS Month'.
The report should look like this:
JAN FEB etc.
Willy Billy, Inc. 10 8
Nikeys, Inc. 7 11 etc.
I cannot seem to make the report work. In the Month column I get #Error.
Howto list the above data in a report?
TIA
Ana
I need to create an annual report which would list the total orders by
customers by month. I created a working query which groups the orders
'count(ORDER_CLIENT) AS Tot_orders' , customers 'CLIENT_NAME' and
'month(ORDER_DATE) AS Month'.
The report should look like this:
JAN FEB etc.
Willy Billy, Inc. 10 8
Nikeys, Inc. 7 11 etc.
I cannot seem to make the report work. In the Month column I get #Error.
Howto list the above data in a report?
TIA
Ana