How can I update the 'In Stock' amount in a 'Products' table when I am entering orders. For example, 'Products' could have 50 apples 'in stock'. I enter an order of 10 apples on an 'Orders' form and the 'in stock' would automatically be updated to 40. Is this done through an update query?




