There are several ways. Two that come to mind:<br><br>Create a General field called Image in your table, then drop an OLEBOUNDCONTROL onto your form and set its ControlSource to the Image field.<br><br>Or, with the images as individual files such as JPG, drop an Image control onto the form, then have a method on your form or image control that sets the image control's Picture property to the appropriate file name.