-
1
- #1
banburyexperience
Programmer
Given that a table has the following fields:<br><br>GoodsIn Stock, GoodsSold, Balance, and Re-orderLevel<br><br>How does one perform calculations i.e.<br><br>How can one display data showing that Goods sold reduces the goods in stock field, and notify the user when the Re-orderLevel sum arrives.<br><br>I'd appreciate any suggestions.