Microsoft
Software
Hardware
Network
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
Multiple schemas in MySql
How to check and diagnose for the root cause for low performance of the windows OS machines
Why can I not open an accde file on another computer?
how to import user and OU in Active Directory
Subform Cursor and Row Color
ODBC connection failing
Recommendations on WebWatcher or Alternatives
Remove share permissions on user mailbox.
DNS Resolution issues in Active Directory
How to send HTML formatted mail using CGI script