I have a relational database table (itemTable) connected to a Main Form. Connected to the main form is a sub Form (itemImages)Connected to ItemImageTable . After Adding the item data, i go to enter the item images on the sub form but, after adding the image, the tables save another record with no image. Then when i add another image for the same item its save it and another record with no image. When I look at my images table it alternates a row with data and a row without data. I have a combo box to identify the image type, Front view, back View etc. I found that when I select a view type the form "Hiccups" and the blank record will appear,or the same will happen if i select the image picker button first, "Hiccup" & blank record appears. so if i add 2 images I'll have 4 records alternating one with the image and one without. The images are not imbedded they are displayed on an image object via file location/filename. Thanks