How would I go about deleting old data from one table and inserting it into another table? I know I could use SQL but I don't know the syntax. Please help!
just create two queries. One is a insert query that inserts data from your current table to your archive table, and the other an delete query that deletes data from your current table. Next create a macro that calls the insert query first and then the delete query.
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.