L
Luis
Hello
Is it possible to get the current record number while looping through a
record set?
Something like this:
Do
---> The current record number is rs.???
rs.Movenext
Loop While Not rs.EOF
Thanks.
Luis
Is it possible to get the current record number while looping through a
record set?
Something like this:
Do
---> The current record number is rs.???
rs.Movenext
Loop While Not rs.EOF
Thanks.
Luis