Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7686209
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:25:39+00:00 2026-05-31T19:25:39+00:00

How Do I set multiple AND conditions? ex. SELECT * FROM CONFIRMED WHERE NOT

  • 0

How Do I set multiple AND conditions?
ex.

SELECT *
FROM CONFIRMED
WHERE NOT EXISTS 
( 
    SELECT * 
    FROM Import_Orders
    WHERE Import_Orders.Customer = CONFIRMED.Customer
        AND Import_Orders.Reference = CONFIRMED.Reference
        AND Import_Orders.[Index] = CONFIRMED.[Index]  
        AND Import_Orders.QuantityToDeliver = CONFIRMED.QuantityToDeliver  
        AND Import_Orders.DateToDeliver = CONFIRMED.DateToDeliver  

);

I know this works on my tables with one WHERE & AND condition but not with several.

I Need a result of two tables where the above conditions do not match. I do not have identical keys in the two tables. Now with this code I get all the results that are in table CONFIRMED.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T19:25:41+00:00Added an answer on May 31, 2026 at 7:25 pm

    I am guessing that you have an ID on Import_Orders, if not use any field name that is turning up empty on the query. You would be better using field names rather than *. I have added an example for Import_Orders.

    SELECT CONFIRMED.*, Import_Orders.ID, Import_Orders.Customer
    FROM CONFIRMED 
    LEFT JOIN Import_Orders
    ON Import_Orders.Customer = CONFIRMED.Customer
    AND Import_Orders.Reference = CONFIRMED.Reference
    AND Import_Orders.[Index] = CONFIRMED.[Index]  
    AND Import_Orders.QuantityToDeliver = CONFIRMED.QuantityToDeliver  
    AND Import_Orders.DateToDeliver = CONFIRMED.DateToDeliver  
    WHERE Import_Orders.ID Is Null
    

    More information

    Fundamental Microsoft Jet SQL for Access 2000
    Intermediate Microsoft Jet SQL for Access 2000
    Advanced Microsoft Jet SQL for Access 2000

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Quote from Jason Coco it not possible to set multiple in UILabel... but how
As my title, I want set multiple conditions in will_paginate, that's my model's code
Is there a way to set multiple alsoResizes in jQuery UI? $('.selector').resizable({ alsoResize: '.other'
I was wondering, when you create an object you can often set multiple attributes
I have set up multiple targets in a single xml file. I expect all
I've set up multiple vhosts under apache2 / mod_perl. I used the ErrorLog directive
If I set up multiple event handlers, like so: _webservice.RetrieveDataCompleted += ProcessData1; _webservice.RetrieveDataCompleted +=
I am using urllib2 to interact with a website that sends back multiple Set-Cookie
I have multiple websites set up in the same folder, and I want to
I want to save a set of queries (multiple SQL updates) as a single

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.