Need Help to Convert report file in Access to PDF using VBA

M

March

Hello All,

I need help about how to write VBA to Convert repert file in Access to PDF
then send it email.

Code below is RTF format

DoCmd.SendObject acSendReport, "<ReportName>", acFormatRTF, "<email>", "",
"", "TEST", "Testing", True


that I cannot see any picture or logo on my document.

Through this point, I want to send it email with attached PDF file.


Any idea, please me suggestion.


March
 
M

March

Thank you for link.

Once I download DLL then copy it to the right place in my computer, what I
need to write in the code.


?????
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top