shell question

S

Stanley

I am able to open an mdb from another mdb with no problem.
The question is can I do something to pass information to the called mdb and
execute code based of it. I would like to open the application, go to a
particular form and locate a particular record on that form.
Thanks,
Stan
 
D

Dirk Goldgar

Stanley said:
I am able to open an mdb from another mdb with no problem.
The question is can I do something to pass information to the called mdb
and
execute code based of it. I would like to open the application, go to a
particular form and locate a particular record on that form.


You can use command-line arguments to either execute a macro in the opened
database or pass an argument that startup code in that database can examine
and act on. See the help topic on command-line option, which can be access
online via this link:

http://office.microsoft.com/assistance/hfws.aspx?AssetID=HP051883001033
 

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

Top