Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    You can play around with Debug.Print rs![NameOfField]



    You can add additional lines to test multiple fields.
    Debug.Print rs![NameOfField]
    Debug.Print rs![NameOfField]

    Once you have that figured out, you can edit the To string
    from
    .To = "Address@Domain.com"

    so it is something like
    .To = rs![NameOfField]

  2. #17
    kazaccess is offline Advanced Beginner
    Windows 7 64bit Access 2013
    Join Date
    Jul 2013
    Posts
    43
    Great, I figured it out. Thanks a lot for your help. I appreciate it.

  3. #18
    ItsMe's Avatar
    ItsMe is offline Sometimes Helpful
    Windows 7 64bit Access 2010 32bit
    Join Date
    Aug 2013
    Posts
    7,862
    Good to hear. There are other ways of sending email too. What you have there is not an easy thing to learn. Now that you have it, you can look at other possible methods and maybe incorporate other features. Let us know if you need help with some formating/concatanation of your Email Body.

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 03-03-2012, 10:16 AM
  2. Automated E-mail
    By imintrouble in forum Access
    Replies: 4
    Last Post: 01-11-2012, 10:28 AM
  3. Hyperlink email won't mail-merge
    By alexc333 in forum Access
    Replies: 1
    Last Post: 09-20-2011, 07:17 PM
  4. Replies: 4
    Last Post: 04-13-2011, 10:11 AM
  5. Automated Mail Merge
    By celinae in forum Programming
    Replies: 1
    Last Post: 09-20-2010, 09:57 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