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"
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"