Martin Reid
mwp.reid at qub.ac.uk
Tue May 25 15:53:50 CDT 2004
Anyone every done any work on paging large recordsets in Access. I want to look at the possibility of breaking up massive recordsets returned from SQL Server in page sets of say 100 records. Rather than pull them all at the start I want the user to be able to select Page 1, Page etc etc then move freely between pages. Only 100 records (or less) would be taken of the server at one time. I cannot use filters at the client end. All records MUST be available? MArtin