I have a set of pictures (jpeg) that are associated with a table and each is referenced by a code name like "pix12987" in my table, However, they are in a directory outside my database like "C:\Pix\pix12987.jpg". I want to call or import each into my form to show a different picture each time a new record is navigated to. I have used string functions to create a variable "strPix" where strPix="C:\Pix\pix12987.jpg" but that is as far as I got. I can't figure out how to use "strPix" to get the pixture into the any of the image boxes or frames. Can you help?