I am writing code in Access that will allow me to update the Available Inventory for a product. This is all based on a table called tblOrders.
I have Initial Inventory, Used, Reorder, Received, and Available.
In the command button I have written the following code:
Private Sub...