
Originally Posted by
June7
These images are stored in external folder, not an attachment field? Are the images similarly named, like: Level1.jpg, Level2.jpg, etc.
Use an Image control with a conditional expression in the ControlSource.
="PathToFolder\Level" & [Level] & ".jpg"
PathToFolder example:
"R:\Photos"
If this is a multi-user db, would require every user to have R: drive mapped on their computer.
I just tested UNC (universal naming convention) path reference which uses server name as reference: "\\servername\path\filename"