Hi All, I have an inventory DB that I am trying to setup. I have 2 table "tbl_parts" which holds my barcode_num, description, stock_level ( qty on hand ) etc. The second table is "tbl_stock_level" which has barcode_num, trans_date, qty, emp_int. I have a form frm_parts_used that when the user opens it they will select there name from the drop down and go to the part number field which is "barcode_num" in the sub form "frm_trans_sub" and put in the partnumber which populates the remaining fields. What I can't seem to do is then somehow get it to subtract the qty from the stock_level in the tbl_parts table. I was thinking an update query at the end of them entering the parts used but I know I can't do an update query if I have an expression in my query what is totaling the parts. I hope I have explained this somewhat clearly. I am attaching a copy of the database so that you can see what I am talking out easier ( I hope )... Thank you in advance for looking at this with me.