BAD performance

G

grace

I have a db that is 22.5.mb. I put the db on the server
and then split the database using the Access wizard.
When I tried to load the FE, the performace was REALLY
bad. I have a main form that contains 2 subforms and
some pretty complex queries.

Are there any suggestions on how I can improve
performance so that the database is usable. The
performance currently makes the database useless.

Thanks for your help.
 
T

Tony Toews

grace said:
I have a db that is 22.5.mb. I put the db on the server
and then split the database using the Access wizard.
When I tried to load the FE, the performace was REALLY
bad. I have a main form that contains 2 subforms and
some pretty complex queries.

The three most common performance problems in Access 2000 are:
- LDB locking which a persistent recordset connection or an always
open bound form corrects (multiple users)
- sub datasheet Name property set to [Auto] should be [None]
- Track name AutoCorrect should be off

For more information on these, less likely causes, other tips and
links to MS KB articles visit my Access Performance FAQ page at
http://www.granite.ab.ca/access/performancefaq.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 

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