I am attempting to page through a recordset but it wount allow me to set the absolutepage. Any ideas?
Printable View
I am attempting to page through a recordset but it wount allow me to set the absolutepage. Any ideas?
Same problem here.
But your recordset is empty (I got the same error when my recordset was empty)
Try this where you set your absolute page.
If Not Rs.eof then
Rs.AbsolutePage = Page
End If
I'm not getting an error it simply refuses to set the absolutepage to anything it just stays at one. the rs returns a page count of over 100 so the page and data should be there.
First look what type of recordset do you use(locktype) and if nothingelse wrong with your recordset sure that type of recordset dont accept your method.