Hi all,
This is bugging me, I am querying a database which is great, but I want to make it more efficient by displaying the results on multiple pages, prime example google, page 1 of 5 or how many is needed. Especially at times when I am retrieving over a 2000 records at a time.
I have managed to find a solution for use with MySQL, but I am querying MS Access via ODBC. Now in terms of coding I am not sure if it is the same, or ODBC takes its own format, because I know it does usually.
Any help regarding how I can put my retreived results on diferent pages would b great, cheers.