Can I fetch and display Image in notes field

Can I fetch and display Image in notes field

I have a form "Logos" which has a field "Image" which is an image field. 
This form allows the upload of image for each business in our database.

I would like to lookup the logo for a business and display the logo in a notes field on a form. 

Is this possible? And if so, how would I do this? 

I tried using this code: 
Logo = Logos[Business == input.Business];
notes_field ="Logo" + Logo.Image;

However all that renders is this (broken image link)