Table Comparisons
I have two tables, both of which contain parts inventory information. One table is called "Inventory" and is my master table for parts info. I have another one that each night is pulling parts info from another software via Webhook (this part is working just fine) and creating entries for parts inventory in a table called "Temp Inventory".
My question is if there is a way to take each entry from the Temp Inventory table, compare with all entries of the Inventory table (using the part # as the comparison), and if no match to the part # is found, create a new record with that Temp Inventory info. If a match is found, then no action is required. After this comparison is completed, the Temp Inventory records are deleted until the next day when the process is redone.
Any help would be greatly appreciated!