Recordset.AddNew Method VBA Access
The Recordset.AddNew method is a function used for adding records to a recordset. – Syntax: Call objRecordset.AddNew([FieldList], [Values]) objRecordset: A Recordset object. FieldList: A 1 dimensional array of the variant type. This array must contain the Field names. Values: A 1 dimensional array of the