LadyScot101
MIS
I am creating an Inventory DB. I have a Table_Parts that lists all the parts that is in Inventory. Then I have a form that updates Table_Inv Control that shows what a person has checked out of Inventory. Now the problem is, I can't get the Quantity from the Table_Parts to go down using the Qty field in the Form that updates the Table_Inv Control. Say a person checks out 1 Hammer. The Table_Inv Control will show 1 Hammer listed while Table_Parts will show that the Quantity has gone down by 1. Any help on setting this up? I tried using an expression and that didn't work. I've tried using a "On Change" and that didn't work. I don't know how to use a query in this setup because the Table_Inv Control's Quantity isn't supposed to be changed, only the Table_Parts. Any ideas?