Send Object As

skdn71

New member
Local time
Today, 22:13
Joined
Jul 23, 2023
Messages
27
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
    Send Object.jpg
    61.5 KB · Views: 107
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 )
 
Can be the problem with the macro ?
 

Attachments

  • Macro.jpg
    Macro.jpg
    97.4 KB · Views: 94
Are you using new outlook? There's talk about access not integrating correctly with new outlook.
 

Users who are viewing this thread

Back
Top Bottom