B
Brad
I have an ORDERS table with all my order information
imported from my web site. I also have an INVENTORY table
with each record being a unique product. The reason for
having a seperate record for each item is because of the
item's physical location. I have many records in the
INVENTORY table with the same product ID. When I import
the days orders into my ORDERS table, I will also have
many of the same product ID's.
Currently I open the INVENTORY table and delete the items
that I ship out each day. How can I automatically compare
the ProductID fields of these two tables (INVENTORY &
ORDERS) and have the records from the INVENTORY table
deleted, or archived in a shipped items table?
imported from my web site. I also have an INVENTORY table
with each record being a unique product. The reason for
having a seperate record for each item is because of the
item's physical location. I have many records in the
INVENTORY table with the same product ID. When I import
the days orders into my ORDERS table, I will also have
many of the same product ID's.
Currently I open the INVENTORY table and delete the items
that I ship out each day. How can I automatically compare
the ProductID fields of these two tables (INVENTORY &
ORDERS) and have the records from the INVENTORY table
deleted, or archived in a shipped items table?