OK,
if you load a file attachment somewhere where all employees have access that table, (even a new table in your app called logos), and then click the file attachment, it will render in the browser.
You can then simply put a text element on the form with this syntax
<img src=
https://mycompany.quickbase.com/up/bbeevg2wq/g/rt/eh/va/Division9LogoSmall.jpg>ie, take the url that you see when you click on that icon and then copy and paste it into the text element field on the form and wrap it with that <img src= and the closing >
enable html for that text box.