Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying records on multiple pages

Status
Not open for further replies.

lovejaeeun

Technical User
Jan 13, 2004
60
0
0
US
Hi,

I have a MS Access 2000 backend and want to show the result of a query on multiple pages (if necessary). To my knowledge, the PageCount and PageSize properties don't work so it looks like i have to hand code it?

Can someone point me in the right direction? I would like the code to be as efficient as possible.

Thanks!
 
also to get page count to work will need the cursor set to client side.





Chris.

Indifference will be the downfall of mankind, but who cares?
 
ChrisHirst,

Are you saying that MS Access supports PageCount, PageSize properties? - but I just have to set the cursor to client side?

lovejaeeun
 
Thanks, the links have been very helpful.

However, one of the methods involves using a local/client-side cursor. I can't seem to get this to work:

Is this property supported by MS Access?

Thanks.
 
If the property is objRS.cursorlocation, yes it is supported.


Chris.

Indifference will be the downfall of mankind, but who cares?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top