Please help with the following SQL statement below. When I try to run the statement, the error message, "Syntax error (missing operator ) in query expression "QC'd - Okay' WHERE [BATCH_ID]=9807', appears. I can't figure out what's missing or incorrect. Thanks.
Code:
cboStatus.SetFocus
strSQL = "UPDATE tblBatches " & _
"SET [STATUS_TX]='" & Me.cboStatus.Text & "' " & _
"WHERE [BATCH_ID]=" & Me.BATCH_ID.Value
DoCmd.RunSQL strSQL