I have this temporary table that I dump records into that meet specific conditions, and I pull them from another table. I take them from my main table, and put them into my temp table, the records are all within a week of the date that the user selects. The problem I have is that when the records are copied into the temp table, the records in the main table that are marked for deletion are copied as well. Is there any way to stop this from happening?