I need to run a query that takes specified records from a table and archive them to a folder or another table for later use and then erase the records from my main table. does anyone know how that is done. THX.
This can be done in two steps. First you'd append the relevant records to your archive table and second, delete the appended records from your main table.
A few questions though- how many records are we talking about in each group- both the archive table and the main table?
Also, what criteria would you want to use to move the records from the main table to the archive table?
Thank you verymuch for you help, and to answer your questions. It would probably be about 200 records to archive and the criteria is by date. so it is a month to month append. Would I have to create a query that ran every month.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.