I have a table that with the following fields
Item Number
Product Catagory
Quantity Sold
OrderDate
What i want to do is make a query that will sort out how many of each item is sold on average per month but i cant figure out how to make it. My initial thought is to make separate queries with each month as the criteria with a sum of the quantity sold then do another query to do the average but is there a better way, possibly with expressions for each month in a single query? any help would be much appreciated.
thanks
Item Number
Product Catagory
Quantity Sold
OrderDate
What i want to do is make a query that will sort out how many of each item is sold on average per month but i cant figure out how to make it. My initial thought is to make separate queries with each month as the criteria with a sum of the quantity sold then do another query to do the average but is there a better way, possibly with expressions for each month in a single query? any help would be much appreciated.
thanks