J
JohnW
I am receiving the above error on the following code:
SQL = "update sop10200 set sopnumbe = '" & ChinaOrd & "' from sop10200 " & _
"where sopnumbe = '" & SopNumber & "'"
docmd.runsql SQL
sop10200 is a linked SQL table
ChinaOrd and SopNumber are string variables
Any help is greatly appreciated.
JohnW
SQL = "update sop10200 set sopnumbe = '" & ChinaOrd & "' from sop10200 " & _
"where sopnumbe = '" & SopNumber & "'"
docmd.runsql SQL
sop10200 is a linked SQL table
ChinaOrd and SopNumber are string variables
Any help is greatly appreciated.
JohnW