PC Review


Reply
Thread Tools Rate Thread

automate email from MS Access

 
 
Adam
Guest
Posts: n/a
 
      16th Jan 2008
I have email addresses in an Access table that i want to drop into a "to"
field of a a new message - can i automate this? CAn i also do it for an email
i have saved as draft or canned message?
 
Reply With Quote
 
 
 
 
Wayne-I-M
Guest
Posts: n/a
 
      16th Jan 2008
Hi Adam

As long as you can display the address in a text box on a form there's no
problems.

Have a look at this post

http://groups.google.com/group/micro...e7f6921bed3101
--
Wayne
Manchester, England.



"Adam" wrote:

> I have email addresses in an Access table that i want to drop into a "to"
> field of a a new message - can i automate this? CAn i also do it for an email
> i have saved as draft or canned message?

 
Reply With Quote
 
Roger
Guest
Posts: n/a
 
      17th Jan 2008
Here's what I like to do.

I have a few applications for which I send bulk e-mails. Thus I need to
save a the "native" e-mail address which I do in a field I call EMailText. I
also like to hyperlink another field to directly open my e-mail client and
place the address in the "to:" line. In order to do so, I need "MailTo:" in
front of the e-mail address (Microsoft, of course, adds some of their own
stuff to differentiate it from an Http hyperlink.) To have both
capabilities, here's what I do:

In the AfterUpdate event of the EMailText field I simply write:

Me.EMailHyper = "MailTo:" & Me.EMailText

I now have both. To keep the end user from making mistakes, I lock
EMailHyper.

I hope that addresses your issue.

--
Roger


"Adam" wrote:

> I have email addresses in an Access table that i want to drop into a "to"
> field of a a new message - can i automate this? CAn i also do it for an email
> i have saved as draft or canned message?

 
Reply With Quote
 
Adam
Guest
Posts: n/a
 
      18th Jan 2008
Hello Roger,

I'm not sure i understand..?
I have email addresses in one field in a table. I already created a button
that opens ms outlook - I want to add code to the button or run a macro that
will take the addresses (one at a time, or many - depending on how many email
address i have that day as it will be different from one day to the next).
And drop it in the too field of an email. The parts i'm missing is being able
to have the message open already when outlook opens and have the addresses
put in the to field.

Thansk.

"Roger" wrote:

> Here's what I like to do.
>
> I have a few applications for which I send bulk e-mails. Thus I need to
> save a the "native" e-mail address which I do in a field I call EMailText. I
> also like to hyperlink another field to directly open my e-mail client and
> place the address in the "to:" line. In order to do so, I need "MailTo:" in
> front of the e-mail address (Microsoft, of course, adds some of their own
> stuff to differentiate it from an Http hyperlink.) To have both
> capabilities, here's what I do:
>
> In the AfterUpdate event of the EMailText field I simply write:
>
> Me.EMailHyper = "MailTo:" & Me.EMailText
>
> I now have both. To keep the end user from making mistakes, I lock
> EMailHyper.
>
> I hope that addresses your issue.
>
> --
> Roger
>
>
> "Adam" wrote:
>
> > I have email addresses in an Access table that i want to drop into a "to"
> > field of a a new message - can i automate this? CAn i also do it for an email
> > i have saved as draft or canned message?

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automate Email attachment Data to Access Lin Microsoft Access VBA Modules 3 8th Apr 2009 04:06 AM
Using cdo in MS Access VBA to automate email agodfried Microsoft Access VBA Modules 10 25th Nov 2008 07:18 PM
how can I automate printing an email from access module sabellafalls Microsoft Access VBA Modules 1 31st May 2006 08:59 PM
Is there a way to automate Email blasts from within Access 2003? =?Utf-8?B?UkRCcnVuZXQ=?= Microsoft Access 1 10th Aug 2005 03:24 AM
Automate Sending an email from access =?Utf-8?B?amtlbmRyaWNrNzU=?= Microsoft Access Form Coding 1 11th Jan 2005 08:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:57 AM.