View Single Post
  #4 (permalink)  
Old Apr 27th, 2005, 18:38
simontheu simontheu is offline
Junior Member
Join Date: Aug 2004
Location: United Kingdom
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
What I want to do is skip to the end of the recordset

objRS.MoveLast

and then read them out backwards

objRS.MovePrevious

until BOF=true

but it says that i cannot go in reverse, i can do it with objRS.open but not objCommand.Execute

what is the faster alternative to recordsets?