Is there a way to query in Access where It shows the rows from one table without the values
that appear in another table.
Example
Table 1 Table 2
111 111
222 222
333
444
The query will result to 333 and 444.
Basically, it is kind of like the opposite of UNION query.
Any suggestion is greatly appreciated.
that appear in another table.
Example
Table 1 Table 2
111 111
222 222
333
444
The query will result to 333 and 444.
Basically, it is kind of like the opposite of UNION query.
Any suggestion is greatly appreciated.