S skdn71 New member Local time Today, 22:13 Joined Jul 23, 2023 Messages 27 Dec 19, 2023 #1 Hello, Could you please If I use ms access 2021 send object As appears if I using ms access 365 does not appear see photo Please help how to resolve this issue Thank you Attachments Send Object.jpg 61.5 KB · Views: 107
Hello, Could you please If I use ms access 2021 send object As appears if I using ms access 365 does not appear see photo Please help how to resolve this issue Thank you
Ranman256 Well-known member Local time Today, 16:13 Joined Apr 9, 2015 Messages 4,354 Dec 19, 2023 #2 you should be able to use code: DoCmd.SendObject acSendReport, "rTest", acFormatPDF, "w.e.coyote@ACME.com", , , "Subject", "message" tho, some older Access versions may not be able to use PDF. but you can use RTF ( acFormatRTF )
you should be able to use code: DoCmd.SendObject acSendReport, "rTest", acFormatPDF, "w.e.coyote@ACME.com", , , "Subject", "message" tho, some older Access versions may not be able to use PDF. but you can use RTF ( acFormatRTF )
S skdn71 New member Local time Today, 22:13 Joined Jul 23, 2023 Messages 27 Dec 19, 2023 #3 Can be the problem with the macro ? Attachments Macro.jpg 97.4 KB · Views: 94
gemma-the-husky Super Moderator Staff member Local time Today, 21:13 Joined Sep 12, 2006 Messages 16,116 Dec 19, 2023 #4 Are you using new outlook? There's talk about access not integrating correctly with new outlook.
S skdn71 New member Local time Today, 22:13 Joined Jul 23, 2023 Messages 27 Dec 19, 2023 #5 I use on office 2021 en 365 new outlook !