Can Not Open Any More Databases

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

A database has a form with a complex recordsource. When one tries to open the
form, the message "Can not open any more databases" appears. The database is
a split AccessXP (2000 mode) database on a network.

What is the cause if this error message? Cure?

Thank you!!
 
Just a guess, but your code likely is opening multiple connections to a
database via CurrentDb function or DBEngine usages, and your code isn't
closing them and setting them to Nothing. At some point, ACCESS says "no
more".
 

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