I poasted a similar question a few weeks back to find out why I would get a Run-Time error '7971' when I would click on a button to open the PDf. I used the command;
Application.FollowHyperlink Me!ReportLink
and that worked.
Now I am trying to send the the PDF via email using the command
DoCmd.SendObject acSendReport, Me!ReportLink, acFormatPDF, "", "", "", "Subject", "", True, ""
And I am getting a Run-Time error '2059' Microsft Office Access cannot find the object with single quotes around the file location and name.