A family of Microsoft relational database management systems designed for ease of use.
Thank you for reaching out to the Microsoft Q&A forum.
If your Access application loads slowly when connecting to a database on a network drive, it’s often related to how the database is structured and accessed over the network. You can try the following suggestions to improve performance:
First, check whether the database is split. In a multi-user environment, it’s best to keep the back-end (tables only) on the shared network drive and give each user a local copy of the front-end (forms, queries, and reports). Running a single full database directly from the network can significantly slow performance.
Each user should open their own local front-end instead of opening the main file from the shared drive. This helps reduce network traffic and usually improves loading time.
It’s also a good idea to compact and repair the database regularly, especially the back-end, to prevent file bloat and maintain performance.
You may want to review queries and indexing as well. Avoid loading entire tables when not necessary, and make sure commonly searched or joined fields are indexed. Loading only the data needed in forms and reports can make a noticeable difference.
Finally, check environmental factors such as network stability, VPN usage, Wi-Fi connections, or antivirus scanning of the database location, as these can also affect performance.
If the suggestions above don’t help improve performance, please share a bit more detail about your setup as George Hepworth mentioned so we can better understand the environment and provide more targeted recommendations.
I hope this helps.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.