Description
Move the record pointer in a ADODB_Recordset object.
Syntax
<ADODB_Recordset>.Move(lNumRec [, lStart])
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
lNumRec |
Number |
No |
Specifies how many records the record pointer will move.
If this parameter is set to a positive number, the record pointer moves lNumRec records forward.
If this parameter is set to a negative number, the record pointer moves lNumrec records backward |
lStart |
Number |
Yes |
Where to start. Can be a BookmarkEnum value. |
Remarks
Restrictions
See also
Examples