Does anyone have experience using Access 2007 with previous versions of Access (i.e. mdb files).
We have been updated, but still use the mdb format. Some of our code (notably Docmd.TransferDatabase acImportReport) is now incredibly slow.
I tried the initial test and converted our client mdb to accdb, and the above TransferDatabase seemed to work better.
Now I wonder if we should bite the bullet and convert all the other files that make up the application. There is no need for user level replication or security, which seems to be the only limitations of the new version from the old. We have one client mdb, three databases, and then 3000 mdbs, each of which contains one report (do not ask!).
Is the new version running faster than the old one, especially on an already tangled network)?
source
share