Re: Attaching Emails using Windows Dialog Box



The code i am using to attach the email is from the 3rd link you posted and
is below,

'Add the attachment to the e-mail message.
If Not IsMissing(Forms!frmMailshot!FileAttach) Then
Set objOutlookAttach = .Attachments.Add(Forms!frmMailshot!FileAttach)
End If

The properties of the listbox are:

RowSource Type = ValueList
Row Source= BLANK
Bound Column= 1
Column Count= 1

Thanks
Jamie

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/Forums.aspx/access-modules/200511/1
.