[thelist] ASP: Jump to specific record in recordset

Ken Kogler gsls at kenkogler.com
Tue Mar 16 11:02:15 CST 2004


> First link contains the link leading to the following:
> 
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/
htm/
> mdproabpos.asp

Yeah, I've looked at that page, but I must have missed something. The
.move command won't work for me since it wants a specific number of
record to move past, like this:

  rs.move(4)

That would jump ahead 4 records, but that's not what I need. I need to
jump to a specific record given the value of a column in that record.

Then again, maybe I missed something else on that page.

--ken



More information about the thelist mailing list