I have a table with a subject id. The table can have multiple records for the same id number. I want to be able to select the id and have all records matching the id deleted from table one and saved in a second (deleted records) table. I would like to be able to execute this with a button in a form in which it would execute for the current record.