Runtime error 3144
问题 I am using this code and once I run it I get runtime error 3144 . I don't know where in the code needs to be changed or is not correct. Can you please help me to fix it? CurrentDb.Execute "UPDATE WORKED_HOURS " & _ " set EMPLOYEE_ID=" & `enter code here`Me.cboEmployeeID & _ ", SET FIRST_NAME='" & Me.FIRST_NAME & "'" & _ ", SET LAST_NAME='" & Me.LAST_NAME & "'" & _ ", Set WORK_ORDER_NO='" & Me.cboWorkOrderNo & "'" & _ ", SET PROJECT_TITLE='" & Me.txtProjectTitle & "'" & _ ", SET WORKED_DATE='"