M
Marc
I have 2 queries :
A. large list of names with an unique id
B. small list of names with an unique id
The names and id's in both queries come from the same table.
I want to have a list with the names of A which are not in the B-list.
How do i do that ?
A. large list of names with an unique id
B. small list of names with an unique id
The names and id's in both queries come from the same table.
I want to have a list with the names of A which are not in the B-list.
How do i do that ?