Search results

  1. Elwood

    Email an Attachment in a Table

    I have an attachment field in my table where PDF files are stored. Is it possible set a button up to email the stored attachment using a macro or maybe some code behind a button? This is code I used to email a report as a PDF. Private Sub cmdEmail_Click() On Error GoTo Err_cmdEmail_Click Dim...
  2. Elwood

    Emailing one record from a report

    I am trying to email one record as a PDF attachment. Below is the code I’m using. The problem is it puts every record into the PDF. At one time I had the same problem while printing I was able to print one record by using the ID field to print one record at a time: DoCmd.OpenReport stDocName...
Back
Top Bottom