I created a form in Microsoft Access 2013 with a listbox called lstPhotoID that is populated with photo names from a query.
I want to display, on the same form, a preview of the images as I click on (select) an image in the list.
I added an image box imgPreview and set the Picture property to Linked but beyond this I'm stuck.