Hello,
I am currently debugging the code of a collegue and I am having the following error:
"Runtime error '3705':
Extra ) in query expression "')'
This error message comes when executing the following code:
strSQL = "UPDATE KBArticles SET UID='" & strUID & "' ,Naam='" & HandleQuotes(strNaam)...