G
Guest
I have two tables:
tblPrimary:
Unkey CustCodeA
1 202
2 207
3 209
tblSecondary
Unkey CustCodeB
1 202
2 255
3 209
I want to output all records in tblPrimary and the output table to have the
following fields:
tblOutput
Unkey CustCodeA
1 Match
2 Error - 255
3 Match
Prefer solution in query builder, if possible.
Appreciate any help.
tblPrimary:
Unkey CustCodeA
1 202
2 207
3 209
tblSecondary
Unkey CustCodeB
1 202
2 255
3 209
I want to output all records in tblPrimary and the output table to have the
following fields:
tblOutput
Unkey CustCodeA
1 Match
2 Error - 255
3 Match
Prefer solution in query builder, if possible.
Appreciate any help.