MSAccessRookie
AWF VIP
- Local time
- Today, 12:30
- Joined
- May 2, 2008
- Messages
- 3,428
Greetings to all.
I have been assigned the task of supporting an Application written in Access 2003. I have made modifications to the Application for the purpose of user enhancements as well as bug fixes.
The Application was never split into an FE/BE Format, and due to the fact that only one or two users were using it at any given time, so it did not create many problems for the users. Recently, an influx of new users is creating the expected problems, so I arranged to Split the Database and send it to a Test Environment, where it runs so slowly that it sometimes appears to have stopped.
I have spent time some researching the issue, and upgrading the Database to comply with the expert recommendations such as the ones contained in the link. below. As a result of the modifications (some of which are listed below), the Split Database is now functioning at an acceptable level (at least 80% as efficient as the original).
http://www.granite.ab.ca/access/performancefaq.htm
Has anyone else experienced similar issues, and if so, do you have any suggestions or recommendations?
-- Rookie
I have been assigned the task of supporting an Application written in Access 2003. I have made modifications to the Application for the purpose of user enhancements as well as bug fixes.
The Application was never split into an FE/BE Format, and due to the fact that only one or two users were using it at any given time, so it did not create many problems for the users. Recently, an influx of new users is creating the expected problems, so I arranged to Split the Database and send it to a Test Environment, where it runs so slowly that it sometimes appears to have stopped.
I have spent time some researching the issue, and upgrading the Database to comply with the expert recommendations such as the ones contained in the link. below. As a result of the modifications (some of which are listed below), the Split Database is now functioning at an acceptable level (at least 80% as efficient as the original).
http://www.granite.ab.ca/access/performancefaq.htm
- The Database Back End was relocated as close to the Root of the Network Device as IT Security would allow.
- I have been assured by Corporate IT that Anti-Virus Software ONLY checks Local Drives and that network Drives are handled through other processes.
- Subdatasheet Names have been set to [NONE]
- Use of Domain Functions in Queries was changed to JOINed Tables.
- Indexes were added where appropriate.
- The Database Functions slowly under Access 2007.
- The Database Functions even more slowly under Access 2010.
Has anyone else experienced similar issues, and if so, do you have any suggestions or recommendations?
-- Rookie