Hi all,
I'm not into this so pleas HELP me resolve my problem.
I have table that includes following data:
CUSTOMER ID--CUSTOMER NAME--PRODUCT ID--PRODUCT NAME--SALES PERIOD--AMOUNT
all data are in same table as they are imported from outsourced system.
Sales period are in format 150809 (DDMMYY) and it is always 15 or 30/31 of the month.
I made query that shows total SUM of customer sales for certain period
and in addition breakdown of customer sales for certain period/customer that shows all products that they sold.
For commission purposes I need to make query that will calculate total sales per customer in specified date/sales period.
How to define this criteria?
Cheers
I'm not into this so pleas HELP me resolve my problem.
I have table that includes following data:
CUSTOMER ID--CUSTOMER NAME--PRODUCT ID--PRODUCT NAME--SALES PERIOD--AMOUNT
all data are in same table as they are imported from outsourced system.
Sales period are in format 150809 (DDMMYY) and it is always 15 or 30/31 of the month.
I made query that shows total SUM of customer sales for certain period
and in addition breakdown of customer sales for certain period/customer that shows all products that they sold.
For commission purposes I need to make query that will calculate total sales per customer in specified date/sales period.
How to define this criteria?
Cheers