Runtime mode and command line switches with Access automation?

B

bobc

Is there anyway when opening a database via Access automation, to
specify Runtime mode and/or to pass command line switches to Command$
(like you can do with /Cmd on the command line?

I'm talking about where you open a database with this sort of thing...

set o=createobject ("Access.Application")
o.opencurrentdatabase "c:\MyTest.mdb"
 

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