How do I open Access database from Excel

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

Guest

I found example code that opens the database, but it is automatically closed
directly after that.
I just want to open an Access database (that starts a form as startup when
you open it) from an Excel form.
But the database must be still open, even when the program code from excel
is finished or Excel is closed.

Thanks
 
Look in help at the usercontrol property of the application (Access) object.

I believe if you set this to true, it will stay open.
 

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