I have a continuous Form displaying stamp images.
The stamp images are stored outside of the database.
This works well, using the Form Query [imagepath]: "C:\Users\User\Documents\sync\colins Stamp Images" & [2 CountryID] & "" & [4a Prefix] & [4b Number] & [4c Suffix] & ".jpg"
Q how can I list all the Stamps that have no images, e.g. listed within the database but have no image.
I am a self taught beginner and realise that a VBA command (which I know very little about) may work. Something like Path=DIR([imagepath]).
How do I set up command on a Continuous Form showing [path] of records with images and blank for records with no images.