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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T20:47:02+00:00 2026-06-11T20:47:02+00:00

I have two excel files that I linked together to make a Query in

  • 0

I have two excel files that I linked together to make a Query in Access.

Table One     Table Two
Name  ID      Name   ID
John  342     John   342
Mike  234     Mike   234
Mich  980     Mich   980
Jenn  098     Quay   309
Anna  145     Pond   612
              Lope   546
              Anna   145

How do i set the criteria in the access query so that they match the ID and only show me the names on the left matching the right. Anything from table two that doesn’t match with table one to disregard?

If I have the following query:

Name          Name
Table one     Table two

I get the following result:

John   John
Mike   John
Mich   John
Jenn   John
Anna   John
John   Mike
Mike   Mike
Mich   Mike
Jenn   Mike
Anna   Mike

and so forth… So i am figuring i have to set a criteria… which is where i am stuck at… any help would be appreciative.

  • 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-06-11T20:47:03+00:00Added an answer on June 11, 2026 at 8:47 pm

    You can use an INNER JOIN:

     SELECT [Table 1].Name, [Table 2].Name 
     FROM [Table 1] 
     INNER JOIN [Table 2]
     ON [Table 1].Name = [Table 2].Name 
    

    You can create this query in MS Access by adding both tables to the query design window and then dragging the field you want to match from one table to the next or by switching to SQL view and typing or pasting SQL.

    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

I have two Excel files contains the following structure, EmployeeAllDtl.xlsx id email name age
On one hand I have coded a function in Scala that reads Excel Files.
I have an excel file (that I use as a template) with two rows.
I have two excel files. Among many columns in both these files, they have
I have an excel spreadsheet with two columns, one with a list of exercises
I have an Excel sheet with two column, one is a number , and
I have an excel spreadsheet that has two columns. When I choose to save
I have two separate Excel files containing an old and a new electrical plant
I have two tables in my access database that I want to be able
I want to create a shortcut that calls two files, first, it calls Excel.exe,

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.