G
Guest
Hi
having declared a variable and assigned a value to it, I am trying to pass
this value into the where clause of a RunSQL statement.
e.g
variable = "qwerty"
doCmd.RunSQL("Update tbltest Set tbltest.Column = xxxxx Where tbltestColumn2
= qwerty")
However, this does not seem to work - I need help in the correct syntax
having declared a variable and assigned a value to it, I am trying to pass
this value into the where clause of a RunSQL statement.
e.g
variable = "qwerty"
doCmd.RunSQL("Update tbltest Set tbltest.Column = xxxxx Where tbltestColumn2
= qwerty")
However, this does not seem to work - I need help in the correct syntax