Given a textbox on a userform that contains the valid path to a JPG file, how can I display that file in an Image control? When I set the Picture property of the control to the contents of the textbox, I get an error message. Yet I can browse thru the IDE to the same file, and assign it manually to the image control.
Thx.