P
ProCad Jen
I have a database with a main table called "Tracking". This keeps track of
all my orders and projects. Any order/project that is over 3 years old needs
to be moved to another table (let's call it "Historical Tracking").
I need to build a query that will
first, search for anything older than the date input;
amend the found items to the new table;
delete the found items from the original table.
I'm guessing it may have to be severl interrelated queries, but I'm not sure
how to set it out.
Can someone help please?
Jennifer
all my orders and projects. Any order/project that is over 3 years old needs
to be moved to another table (let's call it "Historical Tracking").
I need to build a query that will
first, search for anything older than the date input;
amend the found items to the new table;
delete the found items from the original table.
I'm guessing it may have to be severl interrelated queries, but I'm not sure
how to set it out.
Can someone help please?
Jennifer