J
J_ B
If i have 2 tables with 1 PK (say SERIAL). How do i do a query in access
that shows all SERIALs in table1 that do not exist in table2.
ie
table1.SERIAL data: 1,2,3,4,5
table2.SERIAL data: 1,2,3
I expect to get 2 rows from the query with serials 4 and 5.
thanx
that shows all SERIALs in table1 that do not exist in table2.
ie
table1.SERIAL data: 1,2,3,4,5
table2.SERIAL data: 1,2,3
I expect to get 2 rows from the query with serials 4 and 5.
thanx