strSQL = "DELETE FROM sold_Tbl WHERE (transno = 1)" is working efficiently for me
however
strSQL = "DELETE FROM sold_Tbl WHERE (transno = 1) AND (transno = 2)" have a problem.
no error is encountered but no record is affected also.
can somebody help me on how to delete multiple records using "DELETE FROM"
however
strSQL = "DELETE FROM sold_Tbl WHERE (transno = 1) AND (transno = 2)" have a problem.
no error is encountered but no record is affected also.
can somebody help me on how to delete multiple records using "DELETE FROM"