Okay, I have tried <>"TRM" and Not Like "TRM" and neither work. Below is a
sample of the field with the records in it. There is nothing before or after
TRM.
Any other suggestions?
APANST
SLS
SLS
TRM
TRM
TRM
TRM
TRM
Is this field in your table a LookUp field?
If so, then the text that you see is not what is stored in the field.
Go back to the original table that stores the data.
What is the Field Name?
What is the Field's Datatype?
If it is Number (but displays Text), click on the LookUp tab on the
lower panel.
It will say Combo Box.
You are using the infamous LookUp field in the table. What you see is
not what is stored.
Include the LookUp table that contains the Text and ID number in the
query.
Make sure there is a relationship between the existing and LookUp
tables. Drag the LookUp table's Text field onto your grid in place of
the exiting field.. Use this new Text Field to do your criteria on.
Combo Boxes on a form are good.
Combo Boxes in your table are bad.