I have a form which takes a maximum of two images as attachments. When the documents (of this form) are saved in the .nsf files, they are also written to some Oracle tables. Now, when I want to edit one or both images (after the document is saved), how can I identify which attachment corresponds to which image and how is the editing of attachments accomplished ?(All this is run time execution). Presently, if I change the path of one image in the form, a new image is created instead of overwriting the respective image. Any suggestions? Thanks in advance.