Email in Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a table set up like this:
FirstName - LastName - EmailAddress - TakenClass? (yes/no type)

I have a query that searches for all records where TakenClass? = yes

I am trying to send an email to each person where TakenClass? = yes.

I set up a Data Access Page to look like the body of the email that I want
to send. The beginning of the body of the email should say "To: "+FirstName.
I want to send out the page to everyone whose taken the class (automatically
getting the email address from the EmailAddress column) and I want to
automatically fill in the first name.

Can I create a macro that does this? If not, how can I implement this?
 
You can't do it with a macro, but you can with code. You'll need the
Redemption Library or the security warnings will block each email you try to
send. I suggest you ask this in one of the Outlook newsgroups since it
involves circumventing the security warnings in Outlook and Exchange. There
are commercial products which will do this with Access, one of which is
Total Access Emailer:

http://www.fmsinc.com/Products/Emailer/index.asp
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access Downloads
http://www.datastrat.com
http://www.mvps.org/access
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Email Macro? 1
Normalizing 4
Email Mail Merge 11
Sending Email from Access via Lotus Notes 2
Importing Contacts From MS Outlook 1
Email from Access 2007 2
Exporting Names to Send an Auto-Email 9
VB code 1

Back
Top