C
CK NG
Hi All,
I facing a problem by updating the table record. I am use DAO
recordset edit the table record. The problem I facing is: Let say the data I
want to update is in 10th row of the table. First i call recordset move
first to initiate, and the I use for loop to call recordset MoveNext 10
times to access the data row i wish to update. But the result is , not the
10th row data updated, but was the other row.
Can anyone tell me, what go wrong by using MoveNext? And how to
fix it. How I can update the particular row of data, in records, If you can
show me a line or two of codes how to do that. I will very appreciated.
Thanks.
Best Regards,
C.K.
I facing a problem by updating the table record. I am use DAO
recordset edit the table record. The problem I facing is: Let say the data I
want to update is in 10th row of the table. First i call recordset move
first to initiate, and the I use for loop to call recordset MoveNext 10
times to access the data row i wish to update. But the result is , not the
10th row data updated, but was the other row.
Can anyone tell me, what go wrong by using MoveNext? And how to
fix it. How I can update the particular row of data, in records, If you can
show me a line or two of codes how to do that. I will very appreciated.
Thanks.
Best Regards,
C.K.