access query question using not " "

  • Thread starter access query question using not
  • Start date
A

access query question using not

need to say not with about eight items

can get it to work with one item but not more than one

how do i do this?
 
N

NuBie via AccessMonster.com

try this.

WHERE supplier_name not in ( 'IBM', 'Hewlett Packard', 'Microsoft');
 
K

Kathy R.

I noticed that Karl Dewey answered almost the same, but he used double
quotes where you used single. What is the difference?

Kathy R.
 

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

Top