Link to home
Start Free TrialLog in
Avatar of ClaudeWalker
ClaudeWalker

asked on

Access Run Time 2002/2000 over taking Access 2003

I have a problem with two versions of MSACCESS.  

We have received a program from the federal government which we have to use on all of our machines.  Unfortunately the front end of this program was done in Access 2002 (or 2000).  It installs the Access 2000 or 02 runtime so when ever an Access database is opened it opens it in 2000 format.

Also, and even bigger problem is that when I do an OPEN WITH and the select the correct Access 2003.exe and associate with all .mdb (for our non-government databases).

Our databases then with Access 2003 however when we open the governments program it installs the Access 2002/02 runtime.  So it takes a while to open that program because it installs the runtime again.  

Worse yet then it re-associates all of our databases with Access 2002.  So when we open them as Access 2003 it has to re-install the 2003 runtime.

So it goes back and forth.  Open Govt database installs 2002, open our database installs 2003....  

How can I break this loop and have each one open with there respective versions of Access.  I suspect it has to do with having the same extension on each database irrespective of the runtime.

Thanks,
JOe K.
ASKER CERTIFIED SOLUTION
Avatar of Lucas
Lucas
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ClaudeWalker
ClaudeWalker

ASKER

This may be the issue:

"C:\Program Files\Common Files\Sagekey Software\StartAccess_2002.exe" -wait=0 /runtime  /profile "Weatherization Assistant"  /wrkgrp "C:\Program Files\Weatherization Assistant 8-3\system.mdw" "C:\Program Files\Weatherization Assistant 8-3\wa.mde"


This is in the shortcut.

I need to find out what these command line switches are used for.