I wish to a report to a selected client's email address where the client (Client ID) is selected by the user from a combo box.
I have tried
DoCmd.SendObject acReport, "Report for selected client", "PDFFormat(*.pdf)", "[ClientID]=”&ClientID, "", "", "", "subject", True, ""
which leads to an...