Not Operator

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

Guest

How do I use the NOt operator in a query where I am trying to eleminate a
bunch of payors. I cant seem to get it to work.
 
Dear Rugiem:

Details please! Table layout, sample data, sample query, explanation of
which rows in the sample data you want to eliminate or which to remain.

Tom Ellison
 
As Tom said, more info would be helpful, but one approach would be
NOT IN("payor1", "payor3", "payor5", "payor7")
Then it will return all rows where the value is not in the list.
 
I have a table that has a field (payor). I have over 50 different kinds of
payors. I want to be able to elimanate certain payors. I tried using the
"not" operator to elemanite some of these payors in the criteria( not
medicare or horizon, or etna etc). It does'nt work. what am I doing worong?
 

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