How do I send a file by email via VBA?

  • Thread starter Thread starter hanski
  • Start date Start date
H

hanski

Hi.

I have a table where is two columns called Car and Photo. In Car I
have a name of a car, for instace Ford,Renault etc. In Photo I have a
hyberlink to a file, where is jpg-file from that car.

When I choose, in my form, for instace Ford, so I would like to send
that jpg-file from Ford by email to someone automatically. Is it
possible?


hanski
 
On Mon, 15 Sep 2008 05:18:03 -0700 (PDT), hanski

You could create a report and then use:
docmd.SendObject acSendReport
to email it.

-Tom.
Microsoft Access MVP
 
Back
Top