To add a new record to a record set, you must use the AddNew method. If you call the AddNew method with no arguments, ADO will add a new blank record to the end of the record set. You can optionally supply a variant array of field names and a variant array of initial values.