Hi
I intend to attach a word file, a pdf file to an Oultook with the following ACCESS VBA,
I list partial scripts as follows and i don't know how I can attach more than more file to the Outlook mail.
Set outMail = outApp.CreateItem(olMailItem)
outMail.Attachments.Add _
Source:="c:\FMTS\Attachments\New_Curriculum.pdf", _
Position:=1, DisplayName:="New Curriculum"
Besides, How can I prepare an email contents of HTML feature that allows me to put an image there.
Thanks in advance.
I intend to attach a word file, a pdf file to an Oultook with the following ACCESS VBA,
I list partial scripts as follows and i don't know how I can attach more than more file to the Outlook mail.
Set outMail = outApp.CreateItem(olMailItem)
outMail.Attachments.Add _
Source:="c:\FMTS\Attachments\New_Curriculum.pdf", _
Position:=1, DisplayName:="New Curriculum"
Besides, How can I prepare an email contents of HTML feature that allows me to put an image there.
Thanks in advance.