You can do form-based data-access programming with class
-
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 Record Views: Supporting Navigation in a Record View.