Navigation:  DAO Object Classes > DaoRecordset Class >

DaoRecordset:AddNew() Method

Previous pageReturn to chapter overviewNext page

Purpose

Add a new record to the recordset

 

Remarks

Use the AddNew method to create and add a new record in the Recordset object named by recordset. This method sets the fields to default values, and if no default values are specified, it sets the fields to Null (the default values specified for a table-type Recordset).

 

Class

DaoRecordset