DaiDreamer
Programmer
I have a question about the move function. I found it in a book, but I can't understand how it needs to be set up (no examples)
Here's what in the book:
Move numRecords [, start)
The Move method moves numRecords rows ahead of the current row or of the row number specified by the start argument.
Can anyone tell me how to use this in real code??? I need it so show the 26th record
Thanks!
Here's what in the book:
Move numRecords [, start)
The Move method moves numRecords rows ahead of the current row or of the row number specified by the start argument.
Can anyone tell me how to use this in real code??? I need it so show the 26th record
Thanks!