First may I thank everyone who replied to my last question. I closed it before giving credit but the advice was extremely helpful.
I am now trying to page the results of a search and am using the AbsolutePage property to tell me the page I am on in the recordset.
Unfortunately it is returning -1. The line of code used:
Response.Write “
Page: ” & RSHits.AbsolutePage & “
”
Any ideas?