M
Matthew
I have a form which displays a field containing
path/folder and filename in the form :
F:\My Documents\Aquatics-Pools Photos\C-K Aquatics
Photos\Y Pool.jpg
I want to shell into Photo Editor with the specific file
displayed in the form. So in my newbie way I had thought
of the on-click property of a command button like this -
Private Sub Command6_Click()
Shell "C:\Program Files\Common Files\Microsoft
Shared\PhotoEd\PHOTOED.exe Forms![File/Pathname]'field
End Sub
It shells fine of course but to a blank PEditor screen.
Is there a way ?
Many thanks
Matthew
path/folder and filename in the form :
F:\My Documents\Aquatics-Pools Photos\C-K Aquatics
Photos\Y Pool.jpg
I want to shell into Photo Editor with the specific file
displayed in the form. So in my newbie way I had thought
of the on-click property of a command button like this -
Private Sub Command6_Click()
Shell "C:\Program Files\Common Files\Microsoft
Shared\PhotoEd\PHOTOED.exe Forms![File/Pathname]'field
End Sub
It shells fine of course but to a blank PEditor screen.
Is there a way ?
Many thanks
Matthew