from access to outlook - more then one insert files

  • Thread starter יריב החביב
  • Start date
×

יריב החביב

Hello,

We use the sendbject code to send E-mail's with attached file's

from access to outlook.

Is it possible, and how to send in the same e-mail two attached files

that are not in the same format (snp,xls,txt.....) ?

thank you
 
A

Arvin Meyer [MVP]

Sure, the code is at:

http://www.datastrat.com/Code/OutlookEmail.txt

Notice that there are 2 attachments, one of which is commented out. Using
this code, you can add as many attachments as you like. The code uses early
binding, so you must set a reference to Outlook. That should be a problem,
since you are using it. You can also use late binding (GetObject) and not be
bothered with the reference.
 
×

יריב החביב

Thank you,

The document that i want to attached are report's from my access

application and not saved on the coputer disc

How do i call them ?
 

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