I have created an access database 2016 with backend MySQL tables, however on my form I require an image to display.
After reading plenty of articles online I have decided to keep the images in a separate folder in the same location as the database so I don't overload it.
However I have created an attachment section (hyperlink) on my form so I can save the filepath to the image in the backend table, If I click on the filepath I am able to view the image but I would like to have a small sample of the image available to view on the database form.
If anyone could advise how I would go about this it would be greatly appreciated.