Hi,
I have a table that has Code Description, and Code Id. Both are text fields. The code id is made up of numbers and alphabets. I am trying to write a query to pull only those records that do not have certain characters in the code id. Example: I would like to see only those codes that do not have the characters AB*, Z1*, *W3 in the code id. What is the easiest way of doing this?
Thank you
I have a table that has Code Description, and Code Id. Both are text fields. The code id is made up of numbers and alphabets. I am trying to write a query to pull only those records that do not have certain characters in the code id. Example: I would like to see only those codes that do not have the characters AB*, Z1*, *W3 in the code id. What is the easiest way of doing this?
Thank you