NOT expression in a Query

T

Terry Hollands

I have a database that I need to query. In one column I have the field name
ROUTE and the data entries are in colours [Red, Yellow, Orange etc] I want to
query the database and exclude the Red and the Orange routes.

I have tried typing in:
Not "Red"
Not "Orange"

However this does not seem to exclude the colurs in the query. Where am I
going wrong? Please!
--
 
T

Terry Hollands

Thanks that worked fine
--



NG said:
Hi Terry

<>"Red" AND <>"Orange"

gr
NG

Terry Hollands said:
I have a database that I need to query. In one column I have the field name
ROUTE and the data entries are in colours [Red, Yellow, Orange etc] I want to
query the database and exclude the Red and the Orange routes.

I have tried typing in:
Not "Red"
Not "Orange"

However this does not seem to exclude the colurs in the query. Where am I
going wrong? Please!
 

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