Access hangs for approx. 30 seconds when opening a second database

  • Thread starter Thread starter Andreas Stransky via AccessMonster.com
  • Start date Start date
A

Andreas Stransky via AccessMonster.com

I am using Access2003 and Win2K.

When i open the first mdb, everything is still alright.
When i open an additional mdb (in a new instance of access), this takes up
to 30 seconds. During this time, windows itself behaves normally, and other
apps work as usual. After the delay, the second Access Screen shows up and
the MDB is working normal.

This happens regardless which 2 MDBs i am using, an whether they have an
autostart macro or autoload form or not.

please help, thx.
 
"Andreas Stransky via AccessMonster.com"
When i open the first mdb, everything is still alright.
When i open an additional mdb (in a new instance of access), this takes up
to 30 seconds. During this time, windows itself behaves normally, and other
apps work as usual. After the delay, the second Access Screen shows up and
the MDB is working normal.

The three most common performance problems in Access 2000 or newer
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

If the problem is for everyone when starting up the MDB then it likely
needs a decompile.

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

Back
Top