Hello -
i'm working access 2007 and creating an email with 4 attachement but i am getting an error message "Too Many Lines Continuation" the body of the email is pretty long and there are a few breaks in there... is there away i can get around this?
i'm working access 2007 and creating an email with 4 attachement but i am getting an error message "Too Many Lines Continuation" the body of the email is pretty long and there are a few breaks in there... is there away i can get around this?
Code:
.Body = "Dear " & vName & "," & vbCrLf & vbCrLf & _
"This message is to inform you that you have been found eligible to receive a <System Insert>." & _
vbCrLf & vbCrLf & _
.......... more vbCrLf & vbCrLf & _