How to code:
This code loads a picture from the local or network hard drive into an image control based on a Picture ID stored in a table.
Steps
1. Create a report
2. Add an Image control to the 'Details' section of the report
3. After selecting an image file as required by the image...
Here's the answer:
Insert the same basis code used in the on_current event property of the form into the on_format event property of the report detail section. Here's an example:
Private Sub Detail1_Format(Cancel As Integer, FormatCount As Integer)
Me!Image107.Picture =...
My database includes linked photos in a form which works perfectly as you go from one record to the next and it selects the photo based on the [photo_id] field in the form and some code in the On Current Event property of the form (as suggested by DougP). I would like to print these linked...
My database includes a table of linked photos which open in an image control in the associated Access form. I would like to print these photos as part of an Access report but can't seem to accomplish this. Help please.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.