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 959419
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T01:01:19+00:00 2026-05-16T01:01:19+00:00

I am using Access 2007 to create an SQL query to join two tables.

  • 0

I am using Access 2007 to create an SQL query to join two tables. I was able to do that but then I don’t have the rows where the columns from the second table are NULL; I just have the rows where there is information in the second table that matches. I tried to do a LEFT JOIN but Access didn’t like this. Instead I am trying to create a better ‘join/on’ addition to my query (seen below) but now I am getting a “Syntax error in FROM clause”. Do you have any ideas what I am doing wrong?

SELECT *
FROM dbo_table1 AS t1
JOIN dbo_table2 AS t2
ON (
     (t1.id = t2.id)   // where the two ids match so the info in table 2 match with table 1
     OR 
     ((SELECT COUNT(*) FROM dbo_table2 AS t3 WHERE t1.id = t3.id)=0)  // there is no match but I want the row with NULL for the values from the second table
   );
  • 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-16T01:01:20+00:00Added an answer on May 16, 2026 at 1:01 am

    If you want all rows from dbo_table1, whether or not there is a matching row in dbo_table2, use a LEFT JOIN. Access should accept this one:

    SELECT *
    FROM
        dbo_table1 AS t1
        LEFT JOIN dbo_table2 AS t2
        ON t1.id = t2.id;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a front-end Access 2007 database connecting to MySql tables using MySQL ODBC
So I have an access mdb file that was originally create using Access 2003/Office
Using MS Access 2007, I am creating a student management database. I have tables
I am using Access 2007 and have some linked tables to a mySQL database.
as example, I've the following SQL query ( using Access 2007 ) SELECT ID,
I have the following problem in a Database using Access 2007 as front end
I have problem creating new instance of excel 2007 using VBA (from Access 2002).
Using C, I am trying to create an Access 2007 database file using ODBC
I have a saved query in MS Access 2007 named test. SELECT Count(system_info.id) AS
I created an application using MS Access 2007 that utilizes Date pickers (among other

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.