S
Scott
Does Access 2003 support paging?
For example: I have recordset on a SQL server that is 100,000 + records. I
want to be able to open a form that "loads" these records. However, it is
inefficient to pass ALL of the records to the user at one time. A better way
would be to pass, say 1000 of these records at a time. When the user gets to
the end of the thousand, it automatically loads the next 1000 records.
Does that make sense?
TIA
For example: I have recordset on a SQL server that is 100,000 + records. I
want to be able to open a form that "loads" these records. However, it is
inefficient to pass ALL of the records to the user at one time. A better way
would be to pass, say 1000 of these records at a time. When the user gets to
the end of the thousand, it automatically loads the next 1000 records.
Does that make sense?
TIA