I have a form in a database, on the form is a list box. I click a button and the list box fills with all the file names in a folder. The next step is to select a file from the list and open it. im using the 'FollowHyperlink' method for this. This works:-
Application.FollowHyperlink "C:\Pictures\" & "Slide5.JPG"))
But im trying to tag the selection from the list box in place of "Slide5.JPG". Now this is the funny bit it will work with all other file types except for jpg. Does anyone know why.
------------------------------------------------------------------------------
Ambition..........If you dont use it, you wont lose it
Application.FollowHyperlink "C:\Pictures\" & "Slide5.JPG"))
But im trying to tag the selection from the list box in place of "Slide5.JPG". Now this is the funny bit it will work with all other file types except for jpg. Does anyone know why.
------------------------------------------------------------------------------
Ambition..........If you dont use it, you wont lose it