I am working with a Notes application with several hundred documents, many were created by Notes client and have file attachments in a RTF called ProjectSummary which contains Rich Text other than attachment. Other documents were created by a web browser and have files attached to the document rather than a field. I want to cycle through the documents and move all the attachments to a RTF called Attachments. Does anyone have a code snippet that could get me started. I'm guessing that I will need to save the files locally then reattach them.