Detect another open .mdb

  • Thread starter Thread starter Milo
  • Start date Start date
M

Milo

I want to know if another database (.mdb) is running. If
not, I want to start it from Access-VBA.

How do I detect whether it is running or not?
How do I start another .mdb from VBA?
 
Milo said:
I want to know if another database (.mdb) is running. If
not, I want to start it from Access-VBA.

How do I detect whether it is running or not?
How do I start another .mdb from VBA?

If you have a look in VBA help at 'Workspace' there is an exapmle there
which creates a new db and then loops through all open dbs.... so just modify
this one and it should do it.

Mart.
 
My help does not work very well... please post the
statement on how to open another .mde
 

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