Search results

  1. D

    place each record from recordset in new line in email body

    Hey again thanks for all the help so far you guys have been great. Im using recordset to place data in the body of an email problem im facing i cant get each record on a new line in the email body, The code i have done is Private Sub Command29_Click() Dim mess_body As String Dim...
  2. D

    Add value from field in a form into .HTMLbody of an email

    Hey all im im using a button in a form to automaticallly send an email to the email address in the form and use the Name in the subject. Im using outlook and the.BodyFormat = olFormatHTML the problem ive having is referencing the Booking number and Date from the Form in the HTML body. Any help...
  3. D

    Select which attachment to add to email using check box in form

    Hi all first time poster and complete novice at access i have got some code from the internet to send email automatically using access and outlook, after the user inputs email add, subject and main body of message three txt attachments (ski, Directions and Partymenu) are added when they hit send...
Back
Top Bottom