open access data base in dos batch file

R

ravi

Hi,
I want to open the access data base in a batch file run
some macros and close the database. Need help with
commands doing the same. Thanks for your help in advance.
Ravi
 
D

david epsom dot com dot au

......\msaccess.exe c:\database.mdb /x mcrName

let the macro close the database when it is finished

(david)
 
Top