dragongunner0351
Programmer
Hello all, I have a bit of a problem that seems to be snow balling on me. I'm not sure if I should go back to design to resolve this but here is my problem:
I have a table that holds all product information Product Name, Description, Quantity, etc...
The two controls that are critical to what I am trying to accomplish is:
BeginningBalance
and
QuantityAvailable
Beginning Balance is the Number of Parts when inventory was first taken, (right now the inventory controller has the ability to type in this value directly) and is therefore the base number for all future calculations.
QuantityAvailable is adjusted based off of parts orders it has the following source:
=[Order Details Subform].[Form]![BeginningBalance]-[Order Details Subform].[Form]![Qty Shipped]
This works great only if a particular product is ordered only once. However that is not going to happen.
What I need to happen is as parts are ordered the BeginningBalance Control needs to constantly update with the actual value on hand (I guess off of the current value of the QuantityAvailable Control) as orders are processed.
Any help will be enormously appreciated.
I have a table that holds all product information Product Name, Description, Quantity, etc...
The two controls that are critical to what I am trying to accomplish is:
BeginningBalance
and
QuantityAvailable
Beginning Balance is the Number of Parts when inventory was first taken, (right now the inventory controller has the ability to type in this value directly) and is therefore the base number for all future calculations.
QuantityAvailable is adjusted based off of parts orders it has the following source:
=[Order Details Subform].[Form]![BeginningBalance]-[Order Details Subform].[Form]![Qty Shipped]
This works great only if a particular product is ordered only once. However that is not going to happen.
What I need to happen is as parts are ordered the BeginningBalance Control needs to constantly update with the actual value on hand (I guess off of the current value of the QuantityAvailable Control) as orders are processed.
Any help will be enormously appreciated.