Hello,
I have an SQL database with a table that contains images (VARBINARY(MAX)). This table is linked into an Access database. I want to show the images in a report.
I can successfully show them in a form, with an unbound image field (img):
Private Sub Form_Current()
img.PictureData =...