padohmen
Aug 16th, 1999, 08:17 AM
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?
data1.recordset.edit
data1.recordsset("number")= text1.text
data1.recordset.update
How do I do this with the ado datacontrol?