A family of Microsoft relational database management systems designed for ease of use.
If you are deleting records, you would run a DELETE QUERY to delete the records (not understanding why you need to delete the existing records and then recreate them as it sounds a little like you don't quite have a well-designed structure) and then an append query and then requery the form. No recordset iteration should be necessary but the big question is how is the subform related to the parent form and how are they linked (master/child fields) or are they even linked?