I'm looking for a really simple way to do this and I didn't see anything through my searches of the forums. So, here goes (if I missed a post covering this, please don't kill me
I have db with two tables (Action and Archive). The Action table has over 1500 records, but the records come in batches of 4 identical records. For example, record 1-4 are the same, 5-8 are the same, and so forth. Each record has only one field, a text field.
What I need to do is find an automated way to append or copy every fourth record from the Action table to the Archive table.
I really don't want to have to do this by hand. I'm thinking an append query is the way to go, but if it is, I'm not sure how to configure the parameters.
Any suggestions would be appreciated!!
Thanks all!!!!!

I have db with two tables (Action and Archive). The Action table has over 1500 records, but the records come in batches of 4 identical records. For example, record 1-4 are the same, 5-8 are the same, and so forth. Each record has only one field, a text field.
What I need to do is find an automated way to append or copy every fourth record from the Action table to the Archive table.
I really don't want to have to do this by hand. I'm thinking an append query is the way to go, but if it is, I'm not sure how to configure the parameters.
Any suggestions would be appreciated!!
Thanks all!!!!!