attaching Word document in send object

W

Wim

Hi all,

I want to send a Word document as attachment to an e-mail
message.

However I'm not able to figure out how I can do this. Is
it possible to e-mail a document as an attachment in the
DoCmd.Sendobject ?

Thanks for your answer,

Wim
 
D

Dirk Goldgar

Wim said:
Hi all,

I want to send a Word document as attachment to an e-mail
message.

However I'm not able to figure out how I can do this. Is
it possible to e-mail a document as an attachment in the
DoCmd.Sendobject ?

Not a Word document, using SendObject. The SendObject method only
supports sending Access objects as attachments. You'll have to either
automate Outlook or use CDO/MAPI to do it. See Tony Toews' Access Email
FAQ page:

http://www.granite.ab.ca/access/email.htm
 

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