Add subject line and text to body of mail
am 29.03.2008 13:56:01 von WayneIM
Hi
I have this code thanks to Don, Andrew and Ronx and it works really well. I
would like to add to it so that a text string is put in the Subject line and
another text string in the body section of the e mail is this possible?
Something like the access vba
DoCmd.SendObject acReport, "", "", , , "", "SUBJECT LINE HERE", "BODY OF
MAIL HERE", False, ""
So the subject line could have ABC
and in the body of the e mail I could have
please do not remove the ABC from the subject line.
Thank you
align="center">
--
Wayne
Manchester, England.
RE: Add subject line and text to body of mail
am 29.03.2008 15:48:00 von WayneIM
It's OK, I worked it out
--
Wayne
Manchester, England.
"Wayne-I-M" wrote:
> Hi
>
> I have this code thanks to Don, Andrew and Ronx and it works really well. I
> would like to add to it so that a text string is put in the Subject line and
> another text string in the body section of the e mail is this possible?
>
> Something like the access vba
> DoCmd.SendObject acReport, "", "", , , "", "SUBJECT LINE HERE", "BODY OF
> MAIL HERE", False, ""
>
>
> So the subject line could have ABC
> and in the body of the e mail I could have
> please do not remove the ABC from the subject line.
>
> Thank you
>
>
>
> align="center">
>
>
> --
> Wayne
> Manchester, England.
>