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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Paged Recordsets

Status
Not open for further replies.

codejunkie

Programmer
Joined
Oct 5, 2000
Messages
5
Location
KE
hello all
I'd like to have my table showing only 10 records and listing the number of pages at the bottom using links. As in 1 links to the first page, 2 to the second etc.

I"ve used the usual loop using
while rst.eof = false but I cant' seem to limit the number of pages being viewed it just lists all the records.I've tried using the pageSize() but all i get i errors.
I'd be very gratefull if anyone could help me on this.

codejunkie [sig][/sig]
 
thanks khorjak,
the site really helped me.
[sig][/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top