I'm using Microsoft access and I've been told to do a self join. So in a self join, I used a table and a copy of that table to form a relationship. Table1 has the primary key and Table2(The copy of table1) has the foreign key.
Question 1: So does that mean Table1 is the primary table and Table2 is the related table?
Then I've been told to "use an outer join on the related table" So I click on the "join properties" and I'm given 2 outer join options.
- Include all record from Table1 and only those record from Table2 where the joined fields are equal
- Include all record from Table2 and only those record from Table1 where the joined fields are equal
Question 2: If my guess is correct and that Table2 is the related table, would it be the 1st option?