Question about linked tables

  • Thread starter Thread starter Brandon Cheal
  • Start date Start date
B

Brandon Cheal

I have a database with linked tables. I am wondering if
it affects performance to have the linked tables stored in
a different directory on the network. Does it make the
database run faster when I have the tables in the same
folder as the mde file? Or does it not matter? Thanks!
 
I'd be surprised if you saw much performance difference on the same machine.
If you put your "back end" (with the tables) on a different PC, over a
network, it can make a difference how far away it is from the root
directory.

HTH
- Turtle
 
Back
Top