Logos (2 Viewers)

mike60smart

Registered User.
Local time
Today, 20:45
Joined
Aug 6, 2017
Messages
2,184
Hi Everyone
I apologise as I have never worked with Logos previously.
I have a table named "tblFSESub" with 2 fields. Field 1 is "FSE" and Field 2 is "Logo"
In the field "Logo" I have entered the path to the Logos as shown.
I am then trying to generate a Report so that when a Specific FSE is displayed its corresponding Logo displays as well.
Can anyone show me where I am going wrong in the attached example when I open the "rptDeliveries" it shows the Path to the file but not the actual Logo.?
Any help appreciated.
 

Attachments

  • Path.png
    Path.png
    8 KB · Views: 12
  • Images.zip
    Images.zip
    28.2 KB · Views: 12
Hi Mike,

Without the images, I can't test it, but this is how I would do it. Check out the attached and let us know what you see.
 

Attachments

Hi Mike,

Without the images, I can't test it, but this is how I would do it. Check out the attached and let us know what you see.
Many thanks theDbGuy. I see that you added the extra field with the Filepath.
Works a treat.
many thanks again
 
I did not add another field.
I added another Image control and using VBA and set the ControlSource to:

=GetLogo()

see the GetLogo() function on the report's VBA code.
 

Attachments

I did not add another field.
I added another Image control and using VBA and set the ControlSource to:

=GetLogo()

see the GetLogo() function on the report's VBA code.
Hi Anelgp
Very neat.
Added to my things to keep.
Many thanks
 

Users who are viewing this thread

Back
Top Bottom