Hi,
This is my problem:
Create a query that creates a list of records that did'nt match both in the first table and in the second table.
Meaning just display the unmatched records.
For Example:
FirstTable.table
RecNum Name Country
01 Mia PH
02 Ren MY
03 Hary US
SecondTable.table
RecNum Name Country
01 Mia PH
02 Ren MY
04 Joshua UK
10 Luna VN
QUERY TABLE
Displayed Records - Unmatched
RecNum Name Country
04 Joshua UK
10 Luna VN
See that the records 01 and 02 from the first table matches with the second table. So they would not be displayed.
This will use INNER JOIN? or what?
Thank you,
Hope someone can answer my questions.
God Bless
This is my problem:
Create a query that creates a list of records that did'nt match both in the first table and in the second table.
Meaning just display the unmatched records.
For Example:
FirstTable.table
RecNum Name Country
01 Mia PH
02 Ren MY
03 Hary US
SecondTable.table
RecNum Name Country
01 Mia PH
02 Ren MY
04 Joshua UK
10 Luna VN
QUERY TABLE
Displayed Records - Unmatched
RecNum Name Country
04 Joshua UK
10 Luna VN
See that the records 01 and 02 from the first table matches with the second table. So they would not be displayed.
This will use INNER JOIN? or what?
Thank you,
Hope someone can answer my questions.
God Bless
