In the on click event of a button on a form based on tblSampleFrame, select Event Procedure and paste this code - DoCmd.CopyObject , "tblSampleFrame" & Date, acTable = acDefault, "tblSampleFrame". This creates a copy of the table with the date attached. Then you can runsql and delete from the...