Hi ppl.
I have 3 tables and I want archives of them plz.
my tables are:
tblCustomer
tblCustomerContact
tblTransaction
tblCustomer has a primary key "Customer ID" and foreign keys of this field in the other 2 tables. There is also a Transaction ID for each transaction the customer carries out.
If a certain customer doesn't make a transaction within (say 6 months) then I would like their details from tblCustomer, tblCustomerContact and tbLTransaction to go to 3 other tables called:
tblArchiveCustomer
tbLArchiveCustomerContact
tblArchiveTransaction.
these 3 new tables all have the same fields and data types to their corrisponding table.
Does any1 know how to do this? Or is there an easier solution?
Many thanks in advance.
I have 3 tables and I want archives of them plz.
my tables are:
tblCustomer
tblCustomerContact
tblTransaction
tblCustomer has a primary key "Customer ID" and foreign keys of this field in the other 2 tables. There is also a Transaction ID for each transaction the customer carries out.
If a certain customer doesn't make a transaction within (say 6 months) then I would like their details from tblCustomer, tblCustomerContact and tbLTransaction to go to 3 other tables called:
tblArchiveCustomer
tbLArchiveCustomerContact
tblArchiveTransaction.
these 3 new tables all have the same fields and data types to their corrisponding table.
Does any1 know how to do this? Or is there an easier solution?
Many thanks in advance.