Function copy row in one table to new row in the same table and returns new ID
[Visual Basic] Public Function copyTableRow( _ ByVal String As String, _ ByVal Int64 As Long, _ Optional ByVal String As String = "ID", _ Optional ByVal Hashtable As Hashtable = Nothing _ ) As Long