Lebans print to pdf question: Send pdf via email attachment fromAccess

B

beltex63

I downloaded Steve Lebans print to pdf module (excellent work!) and
would like to have the ability to send the pdf as an email attachment
via command button from open form. I would also like the pdf to bear
the name from a "field name" on my open form.

Any help would be greatly appreciated!


Best regards,
Brent

[email protected]
 
B

Boyd Trimmell aka Hi Tech Coach via AccessMonster.

Lebans' Report to PDF will already handle you passing the desired file name
for the PDF.

In the call to print the PDF, use the "field name" on your open form to build
the path for the PDF.

You could then probably use the sendobject to create the email.
 
Top