i am trying to exclude records when the field contains with any of the text.
For example, John has the following codes: (SOY, NOC, NME, NMA); Mary as the following codes: (NMA and NOC); and Joshua has the following codes: (NMA)
I want to exclude records that contain either SOY or NOC. The correct result should only show Joshua. When i used Not in on the query, it does not give the correct result.