oh boy, I hope I'm not repeating someone elses post. I have searched without luck.
I am trying to pull a valuation of our stock on the first of each month and report this with the following 2 columns: Month/Year, stock (inventory) value (I want a total, not the value of inventory on each item). what I want would look like this:
February 05 $330,000.00
March 05 $275,000.00
April 05 $315,000.00
My problem is that my inventory table does not have an entry for each day. Inventory on each part is only recorded when there is a change. So I may have a record for part A on 3/3/05 but the next entry may not be until 5/15/05. If I try to run the report based on the date it will show none in inventory on 4/1/05 because there is no entry listed with that month. I want it to show me the last recorded value prior to the month beginning. I have a query to pull the maximum date of each sku for each month with an entry and the value of that inventory. The results look like this:
Date sku Month OnHand Cost Worth
5/4/2005 Hxxx 24064 62100 $0.06 $3,477.60
9/16/2005 Hxxx 24056 78700 $0.06 $4,407.20
4/8/2005 Hxxy 24063 18800 $0.13 $2,444.00
etc...
Help would be greatly appreciated.
I am trying to pull a valuation of our stock on the first of each month and report this with the following 2 columns: Month/Year, stock (inventory) value (I want a total, not the value of inventory on each item). what I want would look like this:
February 05 $330,000.00
March 05 $275,000.00
April 05 $315,000.00
My problem is that my inventory table does not have an entry for each day. Inventory on each part is only recorded when there is a change. So I may have a record for part A on 3/3/05 but the next entry may not be until 5/15/05. If I try to run the report based on the date it will show none in inventory on 4/1/05 because there is no entry listed with that month. I want it to show me the last recorded value prior to the month beginning. I have a query to pull the maximum date of each sku for each month with an entry and the value of that inventory. The results look like this:
Date sku Month OnHand Cost Worth
5/4/2005 Hxxx 24064 62100 $0.06 $3,477.60
9/16/2005 Hxxx 24056 78700 $0.06 $4,407.20
4/8/2005 Hxxy 24063 18800 $0.13 $2,444.00
etc...
Help would be greatly appreciated.