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

  • Home
  • SEARCH
  • 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 6822147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:37:44+00:00 2026-05-26T21:37:44+00:00

I have a table that have a Certificate # column and a Plan-Phase column,

  • 0

I have a table that have a Certificate # column and a Plan-Phase column, one Certificate # has multiple plan-phase values for example:

Cert #——-Plan-Phase

123———-1

123———-2

123———-4

222———-1

222———-2

333 ———- 3

I need to run a query that checks that every cert # has a plan-Phase “1” record, and return the cert # that do not have plan-Phase 1.

So my example will return cert # “333” because it has no Plan-Phase “1”.
I am working in access, I tried counting, and other combination of queries but i was unable to achieve my goal.

I bet it is pretty simple and I am just missing something.

Thank you,
Idan.

  • 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-26T21:37:45+00:00Added an answer on May 26, 2026 at 9:37 pm

    You could use subqueries with an outer join to find what you are looking for. Something like this:

    SELECT qOther.* 
    FROM 
    (SELECT CertNo
    FROM MyTable
    WHERE PlanPhase <> 1) qOther
    LEFT JOIN
    (SELECT CertNo
    FROM MyTable
    WHERE PlanPhase = 1) qOne
    ON qOther.CertNo = qOne.CertNo
    WHERE qOne.CertNo IS NULL
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have table that has a column of type DateTime, I would like to
I have table that shows some records from database. each table has a column
I have a table that has redundant data and I'm trying to identify all
I have a table that has an insert trigger on it. If I insert
I have a table that has a row that is hidden using display:none. I
I have table that has date field. When I run a query, I see
i have a table that has a cell containing a timestamp when the entry
I'm looking for a way to non-destructively alter data. I have one table that
I have a table that has rows with different classes depending on what color
I have table that has two columns and I need to concatenate these two

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.