From: vincent on

Hello clever guys,


On the right half of the screen, I need to display thumbnails of all images
(.jpg and .tif) contained in a folder using VBA code (MS Access 2007 on
Windows XP). When clicking on one of them, the same image must be displayed
in normal size in the left half of the screen so the user is enabled to
rotate it if necessary and then save it.

The Access help is of no use, it does not explain how to do it. In some Help
files, the example code does not even work (there is no picture box in the
control list, only Image control, so why give an example with
'picture.Picture = etc')???

Can you give some ideas, sample code or any suggestion?

Thanks a lot in advance.