Results 1 to 5 of 5
  1. #1
    gstylianou is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Dec 2013
    Posts
    167

    how can i send email to the current customer

    Hi all,



    I have a form which is continuous and showing the customers information. All records (customers info) includes email address. Its possible to add a command button (on the detail of the form) in order to send email to the current customer (current record) ?

    Regards

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    have the button (put it on form header ,not on the record) to run the command..

    DoCmd.SendObject acSendQuery, vQry, acFormatXLS, [emailTo], , , vSubj, vMsg

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,850
    You could. But it would be easier for readers to provide more focused info if we knew more about your set up. What is the record source of the continuous form? Who(which clients/customers) is to receive the email(s)?

  4. #4
    gstylianou is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Dec 2013
    Posts
    167
    Guys thank you for your response. What I ask i think is simple.


    I have a list of my customers in my form (continuous form) with the customer's Name, Surname and their email address.


    I wanted to have a "Yes/No" field in order to choose the customers form the list which i want to send email, and then when with a command button i need just opens Outlook and puting the email addresses in the To: so, then I could write the text i want.

    Regards

  5. #5
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,850
    In plain English, how do you determine who should get the email?

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

Similar Threads

  1. Replies: 5
    Last Post: 05-07-2014, 09:25 AM
  2. Replies: 6
    Last Post: 12-11-2013, 09:27 PM
  3. Email Each Invoice to each customer
    By snehal0909 in forum Database Design
    Replies: 2
    Last Post: 06-12-2012, 02:27 PM
  4. Replies: 4
    Last Post: 04-13-2011, 10:11 AM
  5. send email to email addresses in database?
    By cnstarz in forum Access
    Replies: 5
    Last Post: 03-02-2011, 09:46 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