I am needing to replace a single quote with nothing, using VBA. I put together this syntax, but it is reading my single quote as a comment indicator. I also tried to put two single quotes but that did not work either.
What is the proper way to run this replace statement in access 2013 VBA
DoCmd.RunSQL "update spreadsheetimport set userinput = replace(userinput, "'", "");"