Hi,
I am trying to create a report that will allow me to count the number of items logged in to my database per month. Then do another count for each item in the month. For example I have 6 items.
I have tried to create separate queries for each item I want to see and then merge them in another query with a date range (Between function).
When I use separate queries I get all items logged in to the database, as well as all products. It seems that queries in the merge query does not pickup the date range. Does any one know a way of getting this to work? Or is there an easier way to do this?
Thanks, ADWoods.
I am trying to create a report that will allow me to count the number of items logged in to my database per month. Then do another count for each item in the month. For example I have 6 items.
I have tried to create separate queries for each item I want to see and then merge them in another query with a date range (Between function).
When I use separate queries I get all items logged in to the database, as well as all products. It seems that queries in the merge query does not pickup the date range. Does any one know a way of getting this to work? Or is there an easier way to do this?
Thanks, ADWoods.