Concur with Dave
Just link (NOT EMBED) the image by having the picture file's fully qualified file spec (device, path, name, type) in your database for that person. Then, in the form's OnLoad event, load the picture file to the .picture property of an image control. Set the other properties so the image doesn't tile and so the alignment is centered. Have one more image floating around for the case where you don't have a picture file. Take a picture of a sign that says "No Photo Available." Use that for the default value of the .picture when you have a blank for the file name. Or make that value the default for the value in the table itself. Your call on exactly how.