CindyKredo
New member
- Local time
- Today, 06:45
- Joined
- Nov 8, 2019
- Messages
- 27
I have a database which is linked out to a backend that has thumbnail attachments in it. Opening the linked table allows me to view the thumbnail attachments, no problem. The thumbnails were all imported from jpg files, and one of the jpg file names is "Kingfisher with Treat.jpg" A subform in the database contains only the thumbnail attachment with the primary key, and this form is linked by the primary key on a main form. When the user is on that main form, the thumbnail appears in the subform. This database has about 1,000 images in it (just in the attached table - I know that photo attachments aren't a good idea as a general rule) and all of them except for this ONE attachment work fine. At first I thought it was a problem with the jpg - but it turns out the actual name of the file seems to be the culprit! It is ONLY on the linked subform that the image doesn't appear - the image opens just fine directly from the table and/or from the subform. If I make a copy of that jpg and name it something else it appears just fine as long as I do not name it either Kingfisher with Treat or Kingfisher with Treats. Other variations using all three of those words work fine. Any thoughts?