Update Query to search for " and replace with something else

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using Like to search for certain text and Replace to replace it with
some other text. Example:
Like "*(*" Or Like "*)*"
Replace(Replace([Data]!CODE,"(","["),")","]")

However, the character I would like to search for is the quotation mark "
and this does not work.

Any suggestions? Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top