Here is what i want to do. I've got a form that is linked to a table and I want to create a command button that when you press it copy's the record from the table to another table and then delete the record from the first table. I know you can do the copying part with a append query. But how do I do the rest.