Forum Discussion

sarahjane2046's avatar
sarahjane2046
Copper Contributor
Jul 01, 2022
Solved

Missing data when joining tables in a query?

I'm brand new to Access, so not sure if I'm even asking the right question.   I have one Table, tblStudents, that has many rows of students with columns such as student ID, student name, student me...
  • George_Hepworth's avatar
    Jul 01, 2022

     

    First a bit of fiddly terminology accuracy.


    "Cells" are in Excel and Word. In Access, you have "Fields" in tables, not cells.

     

    You have an INNER JOIN, which as you realize only returns records which match on MentorID.
    If you want to return ALL records from one table, and only MATCHING records from the other table, you need to use an OUTER JOIN.

    Learn more about Join Types here. 

Resources