I have a simple Outlook form, with a simple piece of code that compiles the various fields into one email when you click the "Go" button and sends it. I want to be able to add attachments to the email, so I suspect I need the "Message" type field to place on the form (as when I do this, the paper-clip symbol appears on my toolbar, enabling me to attach files) but when I run the form, and attach file(s), then click the "go" button (a custom button ending in "myitem.send" and "myitem.delete" the email goes, but without any attachments? Can anyone help me?