I have a small database I built for a church membership program. I need a way to find, archive, and delete old members. Basically, pure the old info. I want to query the MEMBERS table for a specific STATUS and the TRANSACTION table for dates. I have those queries set up already! Now I want to copy the data from both queries into a new database and delete the original data from MEMBERS and TRANSACTIONS.
I would even be happy with the 2 queries creating the tables within the same database, as long as it deletes ONLY the specified data. Please help.
I would even be happy with the 2 queries creating the tables within the same database, as long as it deletes ONLY the specified data. Please help.