What is the best way to filter out several data types in a field?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to eliminate serval types of data. For instance I do not want to show,
D,S,V, DV, M, 1, X. I keep getting an error that the string is too long.
 
Donna:

In your query enter this criteria below the field containing the data in
your example -

Not In("D", "S", "V", "DV", "M", "1","X")

Seth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top