I have a set of records in a Table and I'm using a Select Query to obtain only the records not equal to "Blue 123", this is a Text field and chances are that other values exist like "Yellow 456", "Red 789" and even can exist Null data. However, when I run the query, it doesn't work perfectly. It seems that it excludes "Blue 123" and Blank fields and shows anything else. I also tried using "Not Like" in criteria without any luck. Any idea and explanation of why this happens and how to correct it? Thanks.