Hi everyone,
Still working on my little inventory database. Remou showed my how to calculate number of days untill a next stock mutation. Now I'm looking for a way to have a running sum per product, so you can track the inventory level over time. I looked at different solutions, but it is complicated. Here is what I'm looking for in a datasheet view.
Initial stock level (01-01-06): 10 products.
How could you calculate such a column?
(Grouped By articleCode)
Pampers![[afro] [afro] [afro]](/data/assets/smilies/afro.gif)
Keeping it simple can be complicated
Still working on my little inventory database. Remou showed my how to calculate number of days untill a next stock mutation. Now I'm looking for a way to have a running sum per product, so you can track the inventory level over time. I looked at different solutions, but it is complicated. Here is what I'm looking for in a datasheet view.
Initial stock level (01-01-06): 10 products.
Code:
MutDate Arti Sold Recei Stock
------- ---- ---- ----- -----
10jan06 1000 5 5
12jan06 1000 8 13
15jan06 1000 1 12
.....
How could you calculate such a column?
(Grouped By articleCode)
Pampers
![[afro] [afro] [afro]](/data/assets/smilies/afro.gif)
Keeping it simple can be complicated