More lines in an email message

  • Thread starter Thread starter Greg Ripper
  • Start date Start date
G

Greg Ripper

Is there a way to get information on 2 lines in the message portion of the
send object macro instead of 1 long line? I have access 2000 and I think
I managed to do this once, but I cannot remember how.


Rip
Rip
 
Rip,

Try this...
="Some bla bla stuff" & Chr(13) & Chr(10) & "then some more"

- Steve Schapel, Microsoft Access MVP
 
Back
Top