I have a situation where I have multiple picture versions to display. A ComboBox causes retrieval of the base record with field JPEG_Id; it contains the value (CrNro58v1). This value is saved to JPEG_Hold. When the user presses the button for more views, my logic correctly finds the file (CrNro58v2) and displays it. When the user asks for more views, the logic correctly builds the path/file (C:\Users\Philip\Documents\Access Data Bases\Development\Gallery_Pics\CrNr058v3.jpg) and again Calls the executing the code "Me.ImgStock.Picture = Gal_Filename" but this results in the execution of "On Error GoTo Err_JPEG"_Display" where the not found message is displayed. The file does exist. This third view not found occurs for all carvings with multiple views. Is there a limiting factor in calling a procedure or ImgStock.Picture reuse? TIA Phil