Hi,
I am working with an access database. There are 3 columns, The Inventory, The amount to add or subtract from Inventory and The Updated inventory. The updated inventory should display the sum of the other two columns plus its previous accumulated sum but is not doing that because the privous result is not being held or included in the calculation.
For example the inventory is 10, amount to be added is 2, the updated inventory shows 12 which is ok;
however if on a second test the amount to be added is 5 and the inventory is still 10, then the updated inventory shows 15 abd it should be 17 because the last value in the updated inventory was 12 plus 5 is 17. Please help me
AlcaEli
I am working with an access database. There are 3 columns, The Inventory, The amount to add or subtract from Inventory and The Updated inventory. The updated inventory should display the sum of the other two columns plus its previous accumulated sum but is not doing that because the privous result is not being held or included in the calculation.
For example the inventory is 10, amount to be added is 2, the updated inventory shows 12 which is ok;
however if on a second test the amount to be added is 5 and the inventory is still 10, then the updated inventory shows 15 abd it should be 17 because the last value in the updated inventory was 12 plus 5 is 17. Please help me
AlcaEli
Comment