F fredg Jun 21, 2006 #2 Can Access open a (third party) program by pointing to the .exe file. Craig Click to expand... See the FollowHyperlink method in VBA help: Application.FollowHyperlink "c:\PathToFolder\ProgramName.exe" Also look up the Shell function.
Can Access open a (third party) program by pointing to the .exe file. Craig Click to expand... See the FollowHyperlink method in VBA help: Application.FollowHyperlink "c:\PathToFolder\ProgramName.exe" Also look up the Shell function.