Command line to open an Access file

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

I have a script that needs to open Access in the 2000 version. My PC has
Access 97 and 2000 installed.

What do I need to put in my script to open the file in Access 97 version?

The script currently says something like Open File c:\MyFile.mdb and it
tries to open it in Access 97 rather than 2000. I expect to change this to
something like:

Open File c:\Program Files\Office2000\access.exe c:\MyFile.mdb but I am not
sure of the exact command line.

Anyone help?

Thanks,

Dave
 
Back
Top