Access 2003 Select Query

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

Guest

I am a new user. How do I create this query:

OS is not XP and AssetModel is not a Dell. I have one table that I am
using.
 
The WHERE clause would be:

WHERE OS <> "XP" AND AssetModel <> "Dell"

To build that through the graphical query builder, you'd put

<> "XP"

as the criteria under the OS field, and

<> "Dell"

as the criteria under the AssetModel field.
 

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