Results 1 to 4 of 4
  1. #1
    Terry Lawson is offline Novice
    Windows 7 32bit Access 2007
    Join Date
    Feb 2011
    Posts
    23

    Sending Emails from Access via Outlook

    I'm sending emails from Access in batches of up to about 300 emails.



    Driven by vba on a form using Outlook.CreateItem(olMailItem).

    No problem at all with that, but I need to change the message occasionally in a manner that is not data driven.

    I realise that I could do this by changing the code in the form (I have full access) but this seems a messy way to do it, formatting issues etc.

    Is there a more subtle method say by using Word as the message editor?

    Regards

    Terry Lawson

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,530
    One way would be to store the message in a table and provide the users with a form to edit it. Using Word is probably possible, but I haven't done it.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    Terry Lawson is offline Novice
    Windows 7 32bit Access 2010 32bit
    Join Date
    Feb 2011
    Posts
    23
    Quote Originally Posted by pbaldy View Post
    One way would be to store the message in a table and provide the users with a form to edit it. Using Word is probably possible, but I haven't done it.
    .

    I should have said I'm the sole user.


    Are you suggesting that?

    record 1 s/b "Dear" & [variable added by a subsequent query]
    record 2 s/b "some more message"
    record 3 s/b "even more message"
    record 4 s/b "Kind Regards"
    record 5 s/b "Terry Lawson"

    Adding blank records between say 1 & 2 would then create blanks lines to format the beast

  4. #4
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,530
    My first option would still be a table, with or without a form to maintain it.
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

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

Similar Threads

  1. Sending several emails causes Outlook crash
    By mercapto in forum Programming
    Replies: 3
    Last Post: 06-14-2013, 07:30 AM
  2. Generating and sending emails through Access
    By crowegreg in forum Programming
    Replies: 9
    Last Post: 06-10-2013, 08:35 AM
  3. export emails from outlook to access
    By johnnyg in forum Import/Export Data
    Replies: 1
    Last Post: 03-05-2013, 12:58 AM
  4. Replies: 1
    Last Post: 11-14-2012, 01:43 PM
  5. Using Access to move Outlook Emails
    By crowegreg in forum Access
    Replies: 1
    Last Post: 09-28-2011, 02:25 PM

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