Emailing from Access

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm using the "SendObject" function in Access to send emails but I wanted to
know how I can set it up to start new rows in the message area of the email.
Right now I have data that is put into the message area but I want to be able
to start a new row or even skip a row in the message area. Can anyone help
with this?
 
I'm using the "SendObject" function in Access to send emails but I wanted to
know how I can set it up to start new rows in the message area of the email.
Right now I have data that is put into the message area but I want to be able
to start a new row or even skip a row in the message area. Can anyone help
with this?

Is this what you mean?
'DoCmd.SendObject acSendNoObject, , acFormatTXT, "(e-mail address removed)",
, , "Test", "Line one." & vbNewLine & vbNewLine & "Line 2.", True
 
Yes that is what I mean. So all I have to do is use the vbNewLine to start a
new line?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top