Optimizing Performance w/ Linked Tables

B

Brian

Having problems with linked tables over a network...
something that took 3-4 seconds with tables built into the
database is taking 20 minutes with linked tables.

I found this in Access 97 help.

"You can greatly enhance performance when opening the main
database and opening tables and forms, by forcing the
linked database to remain open. To do this, create an
empty table in the linked database and link the table in
the main database. Then use the OpenRecordset method to
open the linked table. This prevents the Microsoft Jet
database engine from repeatedly opening and closing the
linked database and creating and deleting the
associated .ldb file."

Can anyone be more specific as to how to go about this?

Thanks.
 
J

Joan Wild

A simple way is to create a form that is bound to that linked empty table.
On startup open this form hidden and keep it open.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top