J
Jeffiec via AccessMonster.com
Trying to run a simple update query,
mysql = "UPDATE tblbintemp " & _
"SET tblbintemp.avge = " & "'" & targ & "'" & _
", SET tblbintemp.llim = " & "'" & llim & "'" & _
", SET tblbintemp.hlim = " & "'" & hlim & "'"
this is what it looks like in locals window
"UPDATE tblbintemp SET tblbintemp.avge = '1.15145833333333', SET tblbintemp.
llim = '0.08', SET tblbintemp.hlim = '1.58'"
Looks ok to me, why the error?
Thanks in advance
Jeff
mysql = "UPDATE tblbintemp " & _
"SET tblbintemp.avge = " & "'" & targ & "'" & _
", SET tblbintemp.llim = " & "'" & llim & "'" & _
", SET tblbintemp.hlim = " & "'" & hlim & "'"
this is what it looks like in locals window
"UPDATE tblbintemp SET tblbintemp.avge = '1.15145833333333', SET tblbintemp.
llim = '0.08', SET tblbintemp.hlim = '1.58'"
Looks ok to me, why the error?
Thanks in advance
Jeff