Simple, I just don't know how!

1masc

Registered User.
Local time
Today, 00:10
Joined
Aug 7, 2006
Messages
14
Hi Everyone!

Completely new to Access, especially codes!

Could someone give me a code for an event to open an image file when a text box is double clicked. The file path is in a different text box in the same form.

Any help would be great! :)
 
I think open in photoshop would be best if its possible??!
 
Find the line of code and add/replace as required

'strProg = "C:\Windows\System32\mspaint.exe "
strProg = "C:\Program Files\Adobe\Photoshop 6.0\Photoshp.exe "

I have photoshop 6 (obviously). Alter the string to siut your app

Dave
 

Users who are viewing this thread

Back
Top Bottom