I have an unbound text field on my Call Log form that records text into a Memo field in tbl_Call.
Trouble is when the INSERT INTO SQL string is built up in VBA code I get errors running this statement, if the Memo field contains any quotation marks, doubles(""
or singles('').
How do the pros work around this one? Is there a quick means of parsing the Memo field, and stripping out any "incidental" quote marks before adding it into the SQL string??
cheers
L.
Trouble is when the INSERT INTO SQL string is built up in VBA code I get errors running this statement, if the Memo field contains any quotation marks, doubles(""
How do the pros work around this one? Is there a quick means of parsing the Memo field, and stripping out any "incidental" quote marks before adding it into the SQL string??
cheers
L.