P
Paul Axelrod
Several of the fields in my database schedules shipping dates, such as
OrigShipDate, Resched1, Resched2, Ship_Date. There are seveal other
fields that define customer identification date such as Cust_Num,
Cust_Name. There are tables holding specific Customer data and a
table for orders.
I need to move data from this table to another in the same database,
meeting the criteria that if the Ship_Date is more than seven days
ago, move the shipping record.
I have not the slightest idea how to get this to work.
Any non-VBA ideas would be gratefully appreciated.
Thanks
Paul
OrigShipDate, Resched1, Resched2, Ship_Date. There are seveal other
fields that define customer identification date such as Cust_Num,
Cust_Name. There are tables holding specific Customer data and a
table for orders.
I need to move data from this table to another in the same database,
meeting the criteria that if the Ship_Date is more than seven days
ago, move the shipping record.
I have not the slightest idea how to get this to work.
Any non-VBA ideas would be gratefully appreciated.
Thanks
Paul