i have a string variable(txtmessage)
txtmessage has both apostrophes and quotation marks
my insert statement looks like this:
strSQL = "INSERT INTO MYTABLE (MESSAGE) VALUES (" & TXTAMESSAGE & ")"
fails every time. i must be able to allow both quotes and apost... but how?
using access