Pictures in continuous form

Huron

New member
Local time
Today, 02:14
Joined
Mar 2, 2021
Messages
6
There is a question about the continuous form. There are three pictures in the table. But the form only shows one picture...As shown in Picture-1... It is necessary to be as in Picture-2...Access 2003.
 

Attachments

  • 01.jpg
    01.jpg
    53.7 KB · Views: 16
  • 02.jpg
    02.jpg
    55.9 KB · Views: 14
  • 123.mdb
    123.mdb
    432 KB · Views: 15
cross posted here with responses
 
convert your image to .bmp then "insert" the bmp to your blob field.
see form, Pictures. the form doesn't have any VBA.
picture.png
 

Attachments

Thank you very much for answering and helping… :) Sorry, but the Picture field in the table must contain data of type Long Binary Data instead of bmp…I'll try to think… :)
 

Attachments

  • Long Binary Data.jpg
    Long Binary Data.jpg
    18.3 KB · Views: 9
The attached zip file contains a number of files illustrating how to associate images with records in a table. In the basic Images.accdb file multiple images are associated with each record and displayed in a subform in continuous forms view. One or more images can be selected in the subform and, by means of the View Images button in the parent form, displayed in a separate dialogue form in single form view. Alternatively each image can be opened in its associated application by means of a button in the subform.
 

Attachments

Users who are viewing this thread

Back
Top Bottom