M
Mike
Table 1 has 10 more records than Table 2. I want to
create a query that only displays the 10 records in Table
1 that are not in Table 2.
I tried a couple of different things (e.g., joining
tables, not joing tables, an expression) but I am not
having much luck.
There is a unique field in Table 1 and Table 2 that should
match. I only want those records where the unique field
in Table 1 does not match any record in Table 2.
Any help would be greatly appreciated. Thanks
create a query that only displays the 10 records in Table
1 that are not in Table 2.
I tried a couple of different things (e.g., joining
tables, not joing tables, an expression) but I am not
having much luck.
There is a unique field in Table 1 and Table 2 that should
match. I only want those records where the unique field
in Table 1 does not match any record in Table 2.
Any help would be greatly appreciated. Thanks