G
Guest
How do I create a query to include all the docs from table1 that don't have
matches in table2?
For example:
Table 1
IDs: 1,2,3,4
Table 2
ID: 3
Yields IDs 1,2,4
Thanks
Steve
matches in table2?
For example:
Table 1
IDs: 1,2,3,4
Table 2
ID: 3
Yields IDs 1,2,4
Thanks
Steve