UPDATE Items T1 SET t1.qty = t1.qty -(SELECT R.qty FROM TblReturn2 R WHERE (t1.Barcode = R.barcode))
it goes well, but all records got blank value except all the records