I am setting up a split database (back-end / front-end). During development, I had both on my local computer and performance was just fine. I have now moved the back-end out to a LAN server and re-linked the tables (to the new location). The performance has degraded significantly. I notice this particularly when loading forms that need back-end tables for the form’s Record Source. What loaded in several seconds now takes 45 -60 seconds. Once the form is open, performance is not too bad, although a bit sluggish. The back-end database is currently very small — about 1.5 MB. This database is set up with user/group level security (the mdw file is on the server) and I access the back-end tables with “Run with Owner’s Permissions” queries. The network server seems to perform well for “normal” traffic (a 12 MB file takes about 12 seconds to be copied over).
Are there some “usual suspects” I should look for or be aware of that may improve the performance in this environment?
Thanks (in advance) for your help.