how to open windows 'file-open' dialog

adwaitjoshi

Registered User.
Local time
Today, 16:02
Joined
Aug 7, 2002
Messages
32
I have a form which holds the pictures of participants. The pictures are linked and not embedded so as to keep the database size controlable. Is there any way where I can make a button which when clicked will open a windows default file open dialog and let the user select the file (image file) and then lik it in the respective field? I have 5 such pictures so I will have 5 buttons in all. Please help me as I am new to Access.
 
If the five picture files will never change names or locations, I would use the FollowHyperlink method to open the files.

FollowHyperlink ("C:\My Documents\Picture005.jpg")

Check the help files for more options using the FollowHyperlink method.

HTH
 
The pictures keep on changing for every participant.
 

Users who are viewing this thread

Back
Top Bottom