Features of Record View Classes
| Overview | How Do I | FAQ | Sample | | ODBC Driver List
You can do form-based data-access programming with class , but and are generally better classes to derive from. In addition to their CFormView features, CRecordView and CDaoRecordView:
Provide dialog data exchange (DDX) between the form controls and the associated recordset object.
Handle Move First, Move Next, Move Previous, and Move Last commands for navigating through the records in the associated recordset object.
Update changes to the current record when the user moves to another record.
For more information about navigation, see the article Record Views: Supporting Navigation in a Record View.