I cannot figure out how to put an ADO Data Control's recordset into Edit Mode. The DAO recordset was put into Edit Mode like this: datControl.Recordset.Edit

When using the same syntax for the ADO Control, we get the error message Run Time Error 461 "Method or Data member not found".

It appears that the ADO data control does not have an Edit property, but this does not make sense to me. How would you update an exisitng record in the data control's recordset?

Can anyone offer an insight to this problem?