I have the following code that updates the SQL column with the variable. It works great.
cmd=cmd & "Rmks='" & ucase(trim(TOData(9))) & UCASE(Session("USERID"
) & "' "
Now I want to add the words 'MODIFIED BY -' In between those two variables. I am getting errors on the syntax.
Can anyone help me with the ' and the "?
THANKS!
cmd=cmd & "Rmks='" & ucase(trim(TOData(9))) & UCASE(Session("USERID"
Now I want to add the words 'MODIFIED BY -' In between those two variables. I am getting errors on the syntax.
Can anyone help me with the ' and the "?
THANKS!