Re: Attaching Emails using Windows Dialog Box
- From: "Jamie Harbour via AccessMonster.com" <u16161@uwe>
- Date: Wed, 30 Nov 2005 11:45:14 GMT
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
.
- Follow-Ups:
- Re: Attaching Emails using Windows Dialog Box
- From: David Lloyd
- Re: Attaching Emails using Windows Dialog Box
- Next by Date: Re: toggle button apearance
- Next by thread: Re: Attaching Emails using Windows Dialog Box
- Index(es):