Firstly, I would like to extend my warmest wishes to everbody on this forum for a joyous and restful Christmas season, filled with happiness and good health.
We are currently developing a database system using Microsoft Access. While the system works seamlessly for the most part, we encounter significant performance issues when more than two users log in simultaneously. The database's speed decreases to the point where it becomes nearly unusable. Despite trying various solutions suggested online, we have not been able to resolve the problem.
We were hoping someone here might be able to provide support or guide us towards a solution.
We are currently developing a database system using Microsoft Access. While the system works seamlessly for the most part, we encounter significant performance issues when more than two users log in simultaneously. The database's speed decreases to the point where it becomes nearly unusable. Despite trying various solutions suggested online, we have not been able to resolve the problem.
- Database is splitted. Each user has own FE copy on their local computer, BE is located on a network share folder.
- Forms tables etc. optimized as much as possible. Single user usage is pretty fast (either ethernet or vpn).
- We have implemented Persistent Conncetion (both trying with hidden table and VBA methods).
- Name autocorrect has been turned off.
- Both FE and BE compacted.
We were hoping someone here might be able to provide support or guide us towards a solution.