Hi, I’m looking to e-mail a report (from a button on a form), but would like to send it in Snapshot format (or pdf as we’ve got CutePDF), but I’m struggling to find the appropriate syntax for the SendObject command.
This is how far I’ve got;
stDocName = “rptSIR”
DoCmd.SendObject acReport, stDocName,
I knowit’s the next part, but what????