Hi:
I have built an Access 2000 front end that displays data from a backend SQL database. The recordset is returned via a vba pass-through query, and since I send over all the criteria to the server (in a parsed 'Where' statement) the data is returned with very good performance.
My problem is that the size of the recordset is sooo large, (about 2000 records per user). The first page of the form gets populated really fast, but when the user wants to scroll down to view accounts further down in the form, there is a big performance hit.
The recordset size really can't be further restricted - the users are insurance billing reps at my hospital and the manager wants the billers to be able to view ALL of their open accounts.
Note: there will be NO updates to any of these records.
One idea I have read about is to control 'paging' on a form by using a cache? I have never used this capability and am wondering if this is the best idea for me? Would this mean disabling the scroll bars? Any other ideas or gotchas? Any advice would really be appreciated!
Thanks in advance, Normajean
I have built an Access 2000 front end that displays data from a backend SQL database. The recordset is returned via a vba pass-through query, and since I send over all the criteria to the server (in a parsed 'Where' statement) the data is returned with very good performance.
My problem is that the size of the recordset is sooo large, (about 2000 records per user). The first page of the form gets populated really fast, but when the user wants to scroll down to view accounts further down in the form, there is a big performance hit.
The recordset size really can't be further restricted - the users are insurance billing reps at my hospital and the manager wants the billers to be able to view ALL of their open accounts.
Note: there will be NO updates to any of these records.
One idea I have read about is to control 'paging' on a form by using a cache? I have never used this capability and am wondering if this is the best idea for me? Would this mean disabling the scroll bars? Any other ideas or gotchas? Any advice would really be appreciated!
Thanks in advance, Normajean