I’m hoping someone can help throw some light on a problem I have displaying images in an Access 2007 form.
The images (jpg files) are not stored in the database, only the full file name.
The images are loaded into the text box using
Me.txtPhoto.Picture = Me.txtFileName
This works for most images, but not all. The non displaying image files are not corrupted – they open OK in Windows Photo Viewer. It is not a file size issue as other images larger than the problem ones will display.
I’d be grateful for any comment or suggestion about this.