AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 1,822
- Office Version
- 2019
- 2016
- Platform
- Windows
Looking at join properties there's 3 options
1. Only include rows where the joined fields from both tables are equal.
2. Include ALL records from 'Table1' and only those records from
'Table2' where the joined fields are equal.
3. Include ALL records from 'Table2' and only those records from
'Table1' where the joined fields are equal.
But what if you want to only include rows from 'Table1' where the joined fields from both tables are equal ?
All of the 3 options give two of each, one from each table.
Thanks, ABB
1. Only include rows where the joined fields from both tables are equal.
2. Include ALL records from 'Table1' and only those records from
'Table2' where the joined fields are equal.
3. Include ALL records from 'Table2' and only those records from
'Table1' where the joined fields are equal.
But what if you want to only include rows from 'Table1' where the joined fields from both tables are equal ?
All of the 3 options give two of each, one from each table.
Thanks, ABB