Hi,
I have a Form with a button that causes a copy in pdf format to be attached to an email, awaiting the user to fill in the To: section and any other he chooses, using the following code:
DoCmd.SendObject acSendForm, frm.Name, acFormatPDF, "", "", "", _
"New Client Referral"...