G
Guest
Hi I'm trying to run the following update sql from a vb module and it tells
me there is a syntax error. I just can't see it. Is it really obvious and
where is it?
MySql = "UPDATE [t-CommentOutput] SET [t-CommentOutput].Country = " &
MyCountry & " " & _
"WHERE ((([t-CommentOutput].Country) Is Null));"
me there is a syntax error. I just can't see it. Is it really obvious and
where is it?
MySql = "UPDATE [t-CommentOutput] SET [t-CommentOutput].Country = " &
MyCountry & " " & _
"WHERE ((([t-CommentOutput].Country) Is Null));"