In a table i have the Balance numeric field. In a form I want to add x quatity to that Balance field and when I press the submit or refresh button I want to update the Balance.
Example:
Table:
BoxID, BaxName, Balance
Form:
Box 1 has a balance of 25 (boxes).
I want to add 5 more boxes.
Total or new Balance would be 30.
Submit or update or refresh balance.
Box 1 has a balance of 30 now
If i want to take 10 boxes then calculate
and the new balance would be 20.
Please help I have nothing to start it :-(
Example:
Table:
BoxID, BaxName, Balance
Form:
Box 1 has a balance of 25 (boxes).
I want to add 5 more boxes.
Total or new Balance would be 30.
Submit or update or refresh balance.
Box 1 has a balance of 30 now
If i want to take 10 boxes then calculate
and the new balance would be 20.
Please help I have nothing to start it :-(