new line in email body

A

Apples76

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
 
M

Maurice

Maybe something like:
& vbCrLf & [yourtexthere]

where your text here is the referring field

hth
 
R

ruralguy via AccessMonster.com

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
 
N

Nbene

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.

http://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
 
Top