Results 1 to 4 of 4
  1. #1
    griffin.92 is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    Jun 2011
    Posts
    1

    emailing in access 2010


    hey i'm currently using access 2010 to maintain a Model UN database, i need to send a mass confirmation email to head delegates of each team about their registration, and i need to attach a report in pdf, i have executed the macro action that converts the report in pdf and sends email to one head delegate but i want to automate the process, the email ID's of the heads are mentioned in the tblhead, and the report "paymentleaflet" has a query parameter of delegation ID(primary key of tblhead), how can i create a process that will, add the email address, from the query, select the report with the delegation id paramenter, attach it send it and move to the next record, and i dont have any expirence in visual basic

  2. #2
    alansidman's Avatar
    alansidman is offline Indifferent
    Windows 7 32bit Access 2007
    Join Date
    Apr 2010
    Location
    Steamboat Springs
    Posts
    2,536
    While this is not exactly what you are attempting to do, it might give you some ideas.

    http://www.datapigtechnologies.com/f...sendemail.html

    Alan

  3. #3
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    ...and my favorite email link: http://www.granite.ab.ca/access/email.htm

  4. #4
    NTC is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    Nov 2009
    Posts
    2,392
    for broadcasting my approach is not to use Access.

    or more correctly - I limit Access' role to gathering all the valid emails via a query. (of course making the report/pdf too...)

    then one simply copy/pastes that list into one's normal email cc/bcc field, put in the message, and attach the pdf. Relying on one's email system to do the rest...

    why?... 1. its simple 2. the email system is a far better place to deal with all the inevitable bounce back invalid addresses and so you have your original outbound email stored there too.. 3. it is email brand independent 4. the semi-manual aspect inherently slows the user down and I think helps make sure they don't do broadcast blasts without some forethought...

    something to consider vs a totally automated solution.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Emailing example
    By pkstormy in forum Code Repository
    Replies: 4
    Last Post: 01-31-2014, 04:22 PM
  2. Replies: 2
    Last Post: 05-20-2011, 10:18 AM
  3. Pop-up when emailing from Access
    By tgavin in forum Access
    Replies: 5
    Last Post: 05-02-2011, 10:56 AM
  4. EMailing Through Access
    By mamta in forum Programming
    Replies: 5
    Last Post: 02-15-2010, 01:07 PM
  5. Replies: 0
    Last Post: 12-13-2009, 05:15 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums