Hi. I'm trying to dump one field from two tables, into it's own table.
Explanation:
This is for inventory control. Each table is a different place, and the primary key on each table is the tag stuck onto each piece of inventory. So, since these are unique, I want it to check to make sure there are no duplicates, whatsoever, because the same thing can't be in more than one place at a time. Any ideas?
Explanation:
This is for inventory control. Each table is a different place, and the primary key on each table is the tag stuck onto each piece of inventory. So, since these are unique, I want it to check to make sure there are no duplicates, whatsoever, because the same thing can't be in more than one place at a time. Any ideas?