My work upgraded to Microsoft 365 and Outlook is now 2016. I have an Access application that worked fine with previous version.
DoCmd.SendObject acSendReport, "HrEmailEvalSummary", acFormatPDF,
Now after the upgrade to 365, Access freezes when it tries to run this line. Is there something I...