E
Edgar Thoemmes
I have a table of Suppliers that gets downloaded each month, New suppliers
are added each month and I want to design a query that will extract all new
suppliers from the list.
The following table holds supplier details which was downloaded last month:
tblSupplier(SuppID, SuppName, Address, Tel)
The following table holds all the info for suppliers downloaded this month
tblTEMPImport(SuppID, SuppName, Address, Tel)
I can use a query to show suppliers which appear on both lists but I cannot
seem to find a way to show suppliers which are in tblTEMPimport but not in
tblSuppliers.
Can anyone help?
Many thanks
are added each month and I want to design a query that will extract all new
suppliers from the list.
The following table holds supplier details which was downloaded last month:
tblSupplier(SuppID, SuppName, Address, Tel)
The following table holds all the info for suppliers downloaded this month
tblTEMPImport(SuppID, SuppName, Address, Tel)
I can use a query to show suppliers which appear on both lists but I cannot
seem to find a way to show suppliers which are in tblTEMPimport but not in
tblSuppliers.
Can anyone help?
Many thanks