AddAt Method
Object List Next Object
Defined By: Dynaset
Description:
Adds a new Record at a designated row location in the Dynaset.
Declaration:
Sub AddAt(ByVal pos As Long)
Details:
The new Record (row) is added at Pos, moving the CurrentRecord to that new Record (row). AddAt is similar to
AddNew, however, AddAt allows Records to be added at interior positions in the
Dynaset; whereas, AddNew always adds the new Record as the last Record in the
Dynaset.
See Also:
AddNew method, CurrentRecord property