Answers

Question and Answer:

  Home  Microsoft Access Developer

⟩ I have a database of sales broken out by state. How would I exclude a certain state or states from my query?

Finding records that match criteria is a common database function. To accomplish this specific query you can use the Not operator. For instance, if you want to find all your customers outside California, you might use the expression Not "CA" as your criterion.

 149 views

More Questions for you: