From: iccsi on
I use Shell to running another MS Access and open another mdb file.
I just wonder does shell know that if user running multi instance on
the machine?

If yes, then everytime MS Access running will Shell bring opened mdb
to front?
If not, are there any easier way to know the mdb is opened?
If not, I have to design and code to check multi instance by myself.

Your information is great appreciated,
From: Dirk Goldgar on
"iccsi" <inungh(a)gmail.com> wrote in message
news:119261d9-f950-46a9-8363-7c36accabb35(a)u34g2000yqu.googlegroups.com...
>I use Shell to running another MS Access and open another mdb file.
> I just wonder does shell know that if user running multi instance on
> the machine?

No.

> If yes, then everytime MS Access running will Shell bring opened mdb
> to front?

No.

> If not, are there any easier way to know the mdb is opened?
> If not, I have to design and code to check multi instance by myself.

See my answer to your later post, "check instance running".

--
Dirk Goldgar, MS Access MVP
Access tips: www.datagnostics.com/tips.html

(please reply to the newsgroup)