Hi there I am trying to get my access form to send a report and have the subject of the email be a field from a query (or report - it is the same). I have the following code
DoCmd.SendObject acSendReport, "New Accounts Request", acFormatPDF, "email@email.com", , , "New Account Request for: " &...