I need to filter all the records that have a ' mark. I tried Where Fieldname like '%[']%' but it returns "Unclosed quotation mark after the character string '
I need to filter all the records that have a ' mark. I tried Where Fieldname like '%[']%' but it returns "Unclosed quotation mark after the character string '
Try: Where Fieldname like '%['']%' -- That is 2 single quotes.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply