S
siaosanko
Hi,
I'm writing in VBA / MS Access and i got an error again for "Run-time
Error : 3144" at Update statement.
I tried a ";" at the end but it's still not working... ( both ";"
or ; at the end)
I put single quot around "&NOTE&" but it's still not working
either
I can't figure it out what wrong. please help! Thanks much!
==============================================
Dim Note As String
NOTE = "Undecide"
strSQL = "UPDATE Result SET note = " & NOTE & " WHERE Proc ='" & Trim
(rsTarget!Proc) & "'"
CurrentDb.Execute (strSQL)
==============================================
Thanks much!!
I'm writing in VBA / MS Access and i got an error again for "Run-time
Error : 3144" at Update statement.
I tried a ";" at the end but it's still not working... ( both ";"
or ; at the end)
I put single quot around "&NOTE&" but it's still not working
either
I can't figure it out what wrong. please help! Thanks much!
==============================================
Dim Note As String
NOTE = "Undecide"
strSQL = "UPDATE Result SET note = " & NOTE & " WHERE Proc ='" & Trim
(rsTarget!Proc) & "'"
CurrentDb.Execute (strSQL)
==============================================
Thanks much!!