I'm trying to do a simple task which is to transfer all data from 1 table to an archive table, based on a specific data field in the table. Is there any easy way of doing this, I have created 3 queries, that selects the data, transfer's it to the new table and then deletes it from the original...