P
Paul James
I've got an Access 2002 database in an mdb file that being used on a
network. The back end is on a network server, and users in 4 different
network locations (cities) have the front ends in their local hard drives.
These front ends on the local drives have links to tables in the back end
database. However, there are never more than 4 to 6 users that would have
their front at any one time.
Nevertheless, the database runs slowly, whenever it opens. Forms and
reports can take a full minute to open, and other operations can take what
seems like a long time. I've read that some of the things you can do to
improve performance are:
1. Index all fields used for query criteria,
2. Use saved queries as record sources of form and reports instead of SQL
statements,
3. For data that doesn't change often, keep the table in the front end
instead of linking to a table in the back end and
3. Keep the back end database as close to the root directory of the network
server as possible instead of keeping it in a folder several levels below
the root.
Are there any other things I can do to speed up the performance of this
database?
Thanks in advance,
Paul
network. The back end is on a network server, and users in 4 different
network locations (cities) have the front ends in their local hard drives.
These front ends on the local drives have links to tables in the back end
database. However, there are never more than 4 to 6 users that would have
their front at any one time.
Nevertheless, the database runs slowly, whenever it opens. Forms and
reports can take a full minute to open, and other operations can take what
seems like a long time. I've read that some of the things you can do to
improve performance are:
1. Index all fields used for query criteria,
2. Use saved queries as record sources of form and reports instead of SQL
statements,
3. For data that doesn't change often, keep the table in the front end
instead of linking to a table in the back end and
3. Keep the back end database as close to the root directory of the network
server as possible instead of keeping it in a folder several levels below
the root.
Are there any other things I can do to speed up the performance of this
database?
Thanks in advance,
Paul