Closing a database from excel

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

Guest

When I try to close a database from excel, it won't let me open the database
until I hit the reset button on the debug toolbar. This is the statment I am
using to close it.

Access.Application.CloseCurrentDatabase

What am I doing wrong?
 
Junior

It could be that you have some database objects still open that's screwing
it up. Make sure you close all the tables, queries, etc. before you close
the database.
 

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