Sunday, May 18, 2008

What are two ways to update data in an ADO Data control's recordset?

The ADO Data control can automatically modify and update records without having to add any code. This is done when you modify a field or fields, then click
on one of the navigational buttons on the ADO Data control. You can also use
the Update method of the Recordset object to modify the data instead of using
the arrows on the ADO Data control.

Your Title