RunApp

G

Guest

I have an application that calls another application using RunApp as follows:

C:\Program Files\Microsoft Office\Office10\MsAccess.exe
S:\Cinical\clinical.mdb /wrkgrp "s:\students\student1.mdw"

This command line has been working fine until we started moving some users
to Access 2003 which is in Office 11.

How can set up this command line to know whether we are using Access 2002 or
Access 2003. I tried using the Shell function but can't seem to capture the
runtime error.

Thanks in advance,
Len
 
G

Guest

Have you tried the FollowHyperlink

application.FollowHyperlink "Mdb name and location"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top