how to deduct qty from data base
i have used this sentex to deduct......
cm1.CommandText = "update inventory set qty=qty- " & cust_gv.Rows(i).Cells(3).Value() & " where item_name='" & cust_gv.Rows(i).Cells(1).Value() & "'"
this sentex is giveing error