I trying to insert to Access Table some values that I getting from another table, the problem is that some values comes with quotes and double quotes inside the string, like this example:
str1 = "Non-fusible sectionalizing "green' low rise switch."
How can I manage quotes inside string in VBA for Access 2010 for can insert it into table?