I have an Access 2000 db which generates an html output file. Rather than store my images as OLE objects, I am storing the path to the image files as text.
I have a form for maintaining the data, and I would like to display the images on the form. How do I get from a filename as text to an image?
i.e., I have a control txtFileName = "c:\myPath\myImage.gif"
I want a control next to it to display the image itself.
thanks,
Johnny Geo
I have a form for maintaining the data, and I would like to display the images on the form. How do I get from a filename as text to an image?
i.e., I have a control txtFileName = "c:\myPath\myImage.gif"
I want a control next to it to display the image itself.
thanks,
Johnny Geo