Visual Basic Concepts
Once you have bound controls on a Visual Basic form to a DataEnvironment object, you can add navigation buttons that allow the user to move through data at run time.
To add navigation buttons to your Visual Basic form
DECustomers.rsCustomers.MovePrevious
DECustomers.rsCustomers.MoveNext
Note You can use any ADO method in this procedure, such as MoveFirst or MoveNext. To add update and delete capabilities to your form, use the Update and Delete methods.