Example Apps for Businesses, Schools & Developers

Click any image to view a larger version

First Published 17 Apr 2018                   Last Updated 9 July 2022

Version 3.5         Approx 1.0 MB


The attached database is used to display thumbnail images for selected images in a folder. The images can also be rotated

Click the Populate Image List button then select a folder containing images.
This will add the names of all images in the folder to the listbox.

As an option, you can choose whether to include images in subfolders.
This will only take a couple of seconds even if you have thousands of images in the folder.

NOTE: only BMP, GIF, JPG, PNG & ICO image files are currently supported.

For info, GIF, PNG & BMP images display better in Access than the 'lossy' JPG image format


Select any image from the list to view a thumbnail.

Main form

ImageDisplayForm

NOTE:
Thumbnails in Windows File Explorer read the EXIF orientation data in JPG files from phones & cameras and adjust photos so these always look 'correct'.
However, Access does not natively do this so images in Access often appear rotated by 90 degrees.

This free utility can also process orientation data from JPG photos.
Depending on the image orientation, a rotated image will also be shown so all images can be viewed correctly in Access

The form also allows you to reset the image orientation to normal with a button click.

Image Rotation

ImageRotation
The attached example app includes a folder of test photos that you can use to try out this rotation functionality.

TestPhotos

Click the View All Images button on the main form to open a report showing thumbnails of all images in the selected folder

Report

ImageDisplayReport

The example database also includes two other forms showing alternative ways of displaying folder images including the use of an ActiveX web browser control .

Web Browser Form

WebBrowserForm

Image List & Thumbnails

ImageListThumbnails



Downloads:

Click to download:
Example app: Folder Image Viewer v3.5   (zipped)

PDF help file: Display large thumbnail images in form - explains the different approaches used



Version History:

v3.0 17/04/2018 - Original release
v3.1 18/10/2019 - Bug fixes. Support for images in subfolders
v3.4 24/08/2021 - Added code to rotate / reset JPG image thumbnails according to orientation
v3.5 09/07/2022 - Bug fix. Included test photos



Colin Riddington           Mendip Data Systems                 Last Updated 9 July 2022



Return to Example Databases Page




Return to Top