Where have I gone wrong here?, I’m getting a Syntax error (Missing Operator) in query expression “3′-BL-T76206′, [REV]=’1”
Below is the code it points to (second line),,,thanks in advance..
sSql = “UPDATE [tblSheets] SET RefDWG='” & strRefDWG & “‘, [DocuNo]='” & strDocuNo & “‘”
sSql = sSql & “, ConstPart='” & strConstPart & “‘, [REV]='” & strRev & “‘”
‘sSql = sSql & ” WHERE RefDWG is Null;”
DoCmd.RunSQL sSql
End If