J
Jon
Greeting,
I have a table called inventory transactions which has the following fields:
ID>>>autonumber>>>Primary Key
Transaction Item>>>number>>>1 for “Penâ€, 2 forâ€Watchâ€â€¦..
Transaction Type>>>number>>>1 forâ€additionâ€, 2 for “Shrinkageâ€
Quantity>>>number
What I want to do is summing the quantity transaction type “Addition†for
the item e.g. Pen, after that, summing the quantity transaction type
“Shrinkage†for the item e.g. Watch
There will be more than 1 transaction (Addition or Shrinkage) on the
transaction item.
The main purpose of the above need is to compare the two values and get the
stock in hand. After that, if in stock is less than 5 , then warning msg
appears and user cannot do any Shrinkage transaction in the item. Please
advice?
I have a table called inventory transactions which has the following fields:
ID>>>autonumber>>>Primary Key
Transaction Item>>>number>>>1 for “Penâ€, 2 forâ€Watchâ€â€¦..
Transaction Type>>>number>>>1 forâ€additionâ€, 2 for “Shrinkageâ€
Quantity>>>number
What I want to do is summing the quantity transaction type “Addition†for
the item e.g. Pen, after that, summing the quantity transaction type
“Shrinkage†for the item e.g. Watch
There will be more than 1 transaction (Addition or Shrinkage) on the
transaction item.
The main purpose of the above need is to compare the two values and get the
stock in hand. After that, if in stock is less than 5 , then warning msg
appears and user cannot do any Shrinkage transaction in the item. Please
advice?