I am using Access 2000. And I went to a frontend - backend design and converted to mde for the frontend all at the same time.
So, I can't say the slow down is a result of the mde conversion. It could be due to using linked tables (although the database where the tables are located, is in the same directory on a shared network drive). Or the slow down could be due to both.
I will look at those tips and see if they increase my db's speed.
What about the advanced tab in the tools --> options menu?
What about DDE Operations, Command Line Arguments (Refresh Interval, ODBC Refresh Interval), Default Open Mode (shared / exclusive), Record Locking (currently I have no locks, but I have checked the open database using record level locking?
It seems this tab would affect speed and efficiency?
Under table properties. I think in design view, right click, select "properties".
These are the big three in my past experience. However, read the articles because there is a lot more tips. The things you mentioned on the advance tab should have little effect.
Before the split was the database on your local machine or was it located on the server? Obviously now you are pulling across the network so if you were not before it will be slower. Also verify your front end is on a local computer. As you probably know the big reason to split is to put all forms, code, reports on local machines and the data on the network. Then you only pull data across the network not these other objects.
If the front end is on the network your defeating a lot of the reason for having a split DB. The FE should be local so that all of that overhead is not being pulled across the network. Then distribute the FE as needed. As you update the front end there are some FAQs on this site to ensure the users have the most current FE.
Yes. Tables on the network and users have FE on local machine. That is the traditional approach. If you are distributing this to other users make sure the linked tables are put in like
\\servername\folder\dbname.mdb
not like
F:\folder\dbname.mdb
The link table manager automatically chooses the latter, and you need to manually type it in. Different users map their drives differently.
Try it in this configuration and see if things speed up.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.