Ken Kogler wrote:
> Is there something like this?:
>
> rs.goto("095")
> response.write "I'm at 95!"
I've never used it myself, but it looks like you could use the filter
property of the recordset to achieve this:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/
htm/mdprofilter.asp
Good luck,
T