G
Guest
I have a form with 4 fields InitialQty, RemovedQty, RemainingQty & ID .It is
a basic inventory form. For every item I am trying to track IntialQty,
RemovedQty, and remainingQty. The ID is just an increment
Can you plesae help me to achieve this purpose.
I used qtyremaining=qtyintial-qtyremoved.
But the problem for me is how to find the new qtyinitial
Bassel
a basic inventory form. For every item I am trying to track IntialQty,
RemovedQty, and remainingQty. The ID is just an increment
Can you plesae help me to achieve this purpose.
I used qtyremaining=qtyintial-qtyremoved.
But the problem for me is how to find the new qtyinitial
Bassel