I can execute mspaint using VBA but I have not been successful trying to open a .jpg image file. This command works to execute mspaint but I do not know how to excute and bring up a file at the same time. I am using Access 2007.
Dim retVal
retVal = Shell("c:\windo ws\system32\msp aint.exe", vbMaximizedFocu s)
Dim retVal
retVal = Shell("c:\windo ws\system32\msp aint.exe", vbMaximizedFocu s)
Comment