
Opening an .mdb file from VB into Access
Quote:
>The subject says it all;
>I'd like to be able to programmatically open up a filepath "c:\...\TMP.mdb"
>into MS Access.
>What's the command line for this?
What does "into Access" mean? Are you talking about launching a copy
of Access with a certain database loaded? Just construct the command
line:
c:\where\ever\access\is\msaccess.exe c:\where\ever\your\db\is\tmp.mdb
-- Jim Ferguson, FMS
http://www.fmsinc.com