done. I amended the code by creating rst to find record which = id
Public Function duplicate_Record(rst As Recordset, ID As Long) As Long ' returns the ID of the new record
rst.FindFirst "ID = " & ID
Dim clone As Recordset: Set clone = rst.clone
Dim f As Variant ' iterate...