Bara att ersätta med dubla tecken. Typ:
Sv: escapa tecken!?
Svara
Dim strText as String
Dim strSQL as String
strText = "Denna sträng innehåller '. Vilket kan ge problem"
strSQL = "INSERT INTO Table (Field) VALUES ('" & Replace(strText,"'","''") & "')
'Förtydligande: Replace(strText," ' "," ' ' ")