Re: Send email
- From: "EMILYTAN via AccessMonster.com" <u33296@uwe>
- Date: Tue, 22 May 2007 01:06:53 GMT
What is the difference between .Display and .Send?
I changed already but still cannot send automatically and once I open that
form on that particular record, it send the mail and i open again, it send
again...
I just want it to send automatically once i open the database without opening
the form and send only once....
Any idea?
Perry wrote:
replace
objOutlookMsg.Display
by
objOutlookMsg.Send
Hey I have this code for sending email which I get it from MS HELP.[quoted text clipped - 45 lines]
I want to send email when txtAgedDay = -1 and I want it to automatically
Set objOutlook = Nothing
End Sub
--
Message posted via http://www.accessmonster.com
.
- Follow-Ups:
- Re: Send email
- From: EMILYTAN via AccessMonster.com
- Re: Send email
- References:
- Send email
- From: EMILYTAN
- Re: Send email
- From: Perry
- Send email
- Prev by Date: Re: Requerying List Box on a Dialog form
- Next by Date: Re: Access 2003 Combo problem
- Previous by thread: Re: Send email
- Next by thread: Re: Send email
- Index(es):
Relevant Pages
|