I know how to set up a macro that opens an email in which I can fill in the intended recipient's email address and edit the message body and which attaches an Access report as a pdf. I would like to be able to set up the same email (probably need to do it in vba) but attach an existing pdf that resides in an ftp folder. I know the ftp username and password, as well as the name of the pdf. I am able elsewhere in the db to open this same pdf and view its contents by selecting it from a dropdown list. I am just trying to make it really easy for my users to email this one particular file, and my curiosity is piqued as to how to do it.