I open an ADO 2.1 recordset then go to certain row, change the valu eof any field and update it.
The updated data appears in several rows!Code:MyRecordset.Absoluteposition=x MyREcordset!Field="AnyData" Myrecordset.Update
Also in rows that are not in this recordset!
Any idea about it?




Reply With Quote