B
Bob Waggoner
I have a table that holds specific vendor IDs - for critical vendors. I get
this information from a table that holds all Vendor IDs. I need to have a
query that finds new vendor IDs and ignores the existing ones between the two
tables. Original table with all Vendor IDs = Vendors [LIVendorID],
[binCritical]. The table to be updated = CriticalVendors [LIVendorID]. The
reason I'm appending the data to the new table is because I can't modify the
original table (its in another database) and I only need Critical Vendors in
my database. I have added a frequency field to my table CriticalVendors that
tells me how often I need to evaluate my vendors. I don't want to update
existing vendors - just add new critical vendors to the table. Sorry for the
long-winded explanation but hope it is helpful.
this information from a table that holds all Vendor IDs. I need to have a
query that finds new vendor IDs and ignores the existing ones between the two
tables. Original table with all Vendor IDs = Vendors [LIVendorID],
[binCritical]. The table to be updated = CriticalVendors [LIVendorID]. The
reason I'm appending the data to the new table is because I can't modify the
original table (its in another database) and I only need Critical Vendors in
my database. I have added a frequency field to my table CriticalVendors that
tells me how often I need to evaluate my vendors. I don't want to update
existing vendors - just add new critical vendors to the table. Sorry for the
long-winded explanation but hope it is helpful.