I have 2 tables
The result I need is from the Keywords table
In other words, I need to find which KeywordID's are in the Keywords table but NOT in the Invoices106 table.
Code:
Invoices106
DocTypeRecNum KeywordNum
9 100
10 102
Keywords
KeywordID KeywordName DataType Length
100 Invoice Number adVarWChar 50
101 Invoice Date adDate
102 Vendor Name adVarWChar 100
Code:
KeywordID KeywordName DataType Length
101 Invoice Date adDate