When I try to run the following Append Query I keep getting error message 3075. "Syntax Error(missing operator) in query expression.
Here is the code:
DoCmd.RunSQL "INSERT INTO tblErrors ( ErrorNumber, ErrorDescription ) VALUES(" _
& " '" & strErrNum & "', '" & strErrDesc & "' )"
Does anyone know what the problem might be?
Thanks
Here is the code:
DoCmd.RunSQL "INSERT INTO tblErrors ( ErrorNumber, ErrorDescription ) VALUES(" _
& " '" & strErrNum & "', '" & strErrDesc & "' )"
Does anyone know what the problem might be?
Thanks