Guest_imported
New member
- Jan 1, 1970
- 0
hi friends,
I have been working with Recordset.. and i have studied the function called
rs.Movefirst
rs.movelast
rs.movenext and
rs.moveprevious
But i could'nt use the rs.movelast since it gives the error
Run time error...
The rowset does not support fetching backwards....
What i want to do is that i want to go to the last record in the recordset and then obtain its value...
if any of u are having another way to handle this problem please let me know about you
I have been working with Recordset.. and i have studied the function called
rs.Movefirst
rs.movelast
rs.movenext and
rs.moveprevious
But i could'nt use the rs.movelast since it gives the error
Run time error...
The rowset does not support fetching backwards....
What i want to do is that i want to go to the last record in the recordset and then obtain its value...
if any of u are having another way to handle this problem please let me know about you