Question : How to display a JPEG image from another record

Using DAO, I can load a JPEG into the database with LoadFromFile, and save a JPEG out from the database with SaveToFile.

...and My "attachment" photos display just fine when I'm working with the current record.

however, I need to display another JPEG photo (also attachment data type) from ANOTHER (not the current) record in the  local database to display on the current form alongside the current photo.

The idea is Me!attSpousePhoto = rs2!Photo           ...which of course doesn't work.

Answer : How to display a JPEG image from another record

have you tried adding the spouse photo as a new attachment to the current record?
Random Solutions  
 
programming4us programming4us