J
Junior
Hi - i'm getting a syntax error 3075 for the where clause in the below SQL
statement.
i've tried substituting chr39 and removing " but not found the right
combination
appreciate any help, pointers, advice
strSQL = "DELETE tblReviewed.*, tblReviewed.SSN, tblReviewed.RmkID " & _
"FROM tblReviewed " & _
"WHERE (((tblReviewed.SSN)=" & Chr(34) & strSSN & Chr(34) & " AND " &
_
"((tblReviewed.RmkID)=" & Chr(34) & strRmk & Chr(34) & ";"
statement.
i've tried substituting chr39 and removing " but not found the right
combination
appreciate any help, pointers, advice
strSQL = "DELETE tblReviewed.*, tblReviewed.SSN, tblReviewed.RmkID " & _
"FROM tblReviewed " & _
"WHERE (((tblReviewed.SSN)=" & Chr(34) & strSSN & Chr(34) & " AND " &
_
"((tblReviewed.RmkID)=" & Chr(34) & strRmk & Chr(34) & ";"