For the Grid control, this property specifies the caption to be used on the navigation button for moving to the next page of records in the grid. Available at design time.
For the RecordsetNavbar control, this property indicates whether the "Next" button appears on the RecordsetNavbar control. Available at design time.
Remarks
For the Grid control, this property is mapped to the Next Caption text box on the Navigation Tab of the Grid Properties dialog box. This property is only valid when the EnablePaging property is set to True. The MoveNext property is used by the Grid control when generating the HTML for the grid. The default value is >.
For the RecordsetNavbar control, this property is mapped to the Next check box on the Format Tab of the RecordsetNavbar Properties dialog box.