With the datacontrol I did the following:

data1.recordset.edit
data1.recordsset("number")= text1.text
data1.recordset.update

How do I do this with the ado datacontrol?