I have three tables Tab1
, Tab2
and Tab3
with almost same structre (in MS Access). But Tab2
and Tab3
have a few more columns than Tab1
.
Tab2
and Tab3
are exactly same structure. Following are the joining keys
col1
col2
col3
Basically Tab1
records should tally with Tab2
and Tab3
together.
If I need to get the missing records in Tab2
and Tab3
when compare to Tab1
what could be the efficient way
Appreciate your response