Search results

  1. O

    Display images from SQL server in Access report?

    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 =...
Back
Top Bottom