D
Duster
Hi all,
I am facing the following problem:
Two tables:
Table1
Name Code
Hans A1
Hans A5
Hans A7
Bert A1
Ernie A2
Karel A3
Table2
Name Code
Hans A1
Hans A5
Bert A2
Karel A3
I would like to create a query that shows all records from Table1 that do
not occur in Table2.
Query result should be:
Name code
Hans A7
Bert A1
Ernie A2
How do I accomplish this?
Many thanks in advance
I am facing the following problem:
Two tables:
Table1
Name Code
Hans A1
Hans A5
Hans A7
Bert A1
Ernie A2
Karel A3
Table2
Name Code
Hans A1
Hans A5
Bert A2
Karel A3
I would like to create a query that shows all records from Table1 that do
not occur in Table2.
Query result should be:
Name code
Hans A7
Bert A1
Ernie A2
How do I accomplish this?
Many thanks in advance