G
Guest
Access 2000
As in all businesses, inventory counts continually move. What I am trying to do is get a historical picture of my inventory so I can compare it to other historical data.
My data is about cars and in my table I have a "Unit #", a "Date In Service" and a "Sold Date". We keep cars (units) for about 36 months and when we are done with the car we sell it (and put the Sold Date in the table). What I am trying to do is produce a query that shows the historical inventory by month. For example, I would like to see how many units i had in inventory for January 2002.
My Data has the intial date in service and if it hasbeen sold (or out of service) there is a date. ) What I cant figure out is how to get a count of all the units for a specific month that are greater than the Date in Service but is less than the sales date or where the sales date is blank?
Can anyone help. Here is what the end results should look like:
Month/Year Unit Count
1/02 742
2/02 735
3/02 754
4/02 767
Etc.........
As in all businesses, inventory counts continually move. What I am trying to do is get a historical picture of my inventory so I can compare it to other historical data.
My data is about cars and in my table I have a "Unit #", a "Date In Service" and a "Sold Date". We keep cars (units) for about 36 months and when we are done with the car we sell it (and put the Sold Date in the table). What I am trying to do is produce a query that shows the historical inventory by month. For example, I would like to see how many units i had in inventory for January 2002.
My Data has the intial date in service and if it hasbeen sold (or out of service) there is a date. ) What I cant figure out is how to get a count of all the units for a specific month that are greater than the Date in Service but is less than the sales date or where the sales date is blank?
Can anyone help. Here is what the end results should look like:
Month/Year Unit Count
1/02 742
2/02 735
3/02 754
4/02 767
Etc.........