Hello,
I have the following SQL/Query setup. When running this, the query returns no results even though I know their is 1 record in my table that includes this string. I know that it has to do with the brackets being used, but I don’t know how to get around it and specify a literal bracket. Please help.
SELECT TIAM_Orig.Item_ID, TIAM_Orig.LDesc
FROM TIAM_Orig
WHERE (((TIAM_Orig.LDesc) Like “*271JXAM[T,C]*”));
Thanks in advance,
Drew