When record is deleted - it's gone. It's not possible to keep two fields. I would suggest to store a copy of record in another table before it's deleted. For this purpose you can use BeforeDelete event and 'Insert record into another table' sample action.