(The filenames for these pictures are not stored with each record as in the db tool first mentioned)
where are pictures stored?
assuming the path to the pictures is "c:\myPictures"
you can get the complete filename with this code
dim picFile as string,picPath as string
picPath="c:\myPictures"
picFile=dir(picPath & "\" & me.comboName & "_*.jpg")