N
Neal Ostrander
I have a database where we input orders on a daily basis. I need to archive
these orders for possible future use. There are two tables that are used for
the orders
1. Orders
2. OrderDetails
is there a way to move the records from these two table in to two additional
tables
1.OrdersArchive
2.OrderDetailsArchive
using only one query. There is a one to many relationship between the tables
on the PK OrderID (in orders table) FK OrderID (in OrderDetails table)
Thanks
these orders for possible future use. There are two tables that are used for
the orders
1. Orders
2. OrderDetails
is there a way to move the records from these two table in to two additional
tables
1.OrdersArchive
2.OrderDetailsArchive
using only one query. There is a one to many relationship between the tables
on the PK OrderID (in orders table) FK OrderID (in OrderDetails table)
Thanks