new line in email body

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

Guest

how can you get the VB code to insert a new line into the body of an email in
Outlook.

i am using Access 2000


Thanks
 
Maybe something like:
& vbCrLf & [yourtexthere]

where your text here is the referring field

hth
 
How about & vbCrLf
or
& Chr(13) & Chr(10)
how can you get the VB code to insert a new line into the body of an email in
Outlook.

i am using Access 2000

Thanks
 
How about & vbCrLf
or
& Chr(13) & Chr(10)




--
HTH - RuralGuy (RG for short) acXP WinXP Pro
Please post back to this forum so all may benefit.

Message posted via AccessMonster.comhttp://www.accessmonster.com/Uwe/Forums.aspx/access-forms/200706/1

Hi All,

In relation to this posting I was wondering if anyone knew how to move
the cursor. When data is put into the body, irrespective of adding new
lines or not the cursor ends up at the top of the body of the email.
eg.

if adding text like Dear Mr Usernet, (and a vbCrLf) which should put
the cursor down one line, the cursor ends up just before D in Dear.

???

Regards,

NB
 

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