dannyortega
Jan 18, 2007, 08:29 AM
I am using ms access 2003. It has some forms that shows a picture for every product
The images in the form will not shown. It display the file name. The picture does not show.
Why ?
ScottGem
Jan 18, 2007, 09:20 AM
What are the filenames? The image format must be compatible. Also, what datatype is the field and what type of control is used? If its an OLE Object, then it might be set as a link rather than as an image. If it is an OLE object, then that's not the best way to go.
AllanWalker
Jan 29, 2007, 10:34 AM
Are the images stored in the database or is it the file name and path that's stored? If it's the file name then you'll need to add an image control to the form and set the Picture property to the full path to your image.