rightcoast
New member
- Local time
- Today, 02:25
- Joined
- Sep 26, 2013
- Messages
- 1
Hello,
I have some reports in an Access DB (these were inherited from a novice developer). Prior to splitting the DB, the reports ran with good speed. I noticed a dip in speed after splitting the DB, and when run at the client (with the BE on the client's server and the FE on their local PCs), the performance is unacceptably slow. The query upon which the reports are based has good performance (even on their server) - 2 or 3 seconds. I've seen that there is a 13 to 16 second gap between the report_open event and the report_load event (on my PC) - any thoughts on what is causing this lag prior to running the report's query?
The reports have one subreport - removing this made no difference to the speed. Many of the report's controls have multiple nested IIf statements - would this impact report performance? That would seem unlikely to me as the lag seems to occur before the query is even run, but there must be some explanation for the poor performance. I've searched the internet, but not found any explanation or suggestions yet; hoping someone here can offer some insight. Thanks in advance for any help provided.
I have some reports in an Access DB (these were inherited from a novice developer). Prior to splitting the DB, the reports ran with good speed. I noticed a dip in speed after splitting the DB, and when run at the client (with the BE on the client's server and the FE on their local PCs), the performance is unacceptably slow. The query upon which the reports are based has good performance (even on their server) - 2 or 3 seconds. I've seen that there is a 13 to 16 second gap between the report_open event and the report_load event (on my PC) - any thoughts on what is causing this lag prior to running the report's query?
The reports have one subreport - removing this made no difference to the speed. Many of the report's controls have multiple nested IIf statements - would this impact report performance? That would seem unlikely to me as the lag seems to occur before the query is even run, but there must be some explanation for the poor performance. I've searched the internet, but not found any explanation or suggestions yet; hoping someone here can offer some insight. Thanks in advance for any help provided.