L
Len
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
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