Hi Guys,
I would like to know how I can insert paragraphs in my email message:
Private Sub Send_Click()
SendNotesMail "This ticket has been routed by the HR Help Desk", "", Me.Route_To, "Please contact the following employee: " & CallerName & " at : " & Telephone & ", after reviewing the following question: " & RequestedQuestion & " Thank you, " & UserName, True
DoCmd.Close acForm, "HelpDeskCalls", acSaveYes
DoCmd.OpenForm "TicketOption"
End Sub
i want it to look like the body text to look something like this:
The following individual contacted the HR HelpDesk, CallerName and Telephone.
Message Details : RequestedQuestion
Please contact as necessary.
Thank you,
HelpDeskCalls
I would like to know how I can insert paragraphs in my email message:
Private Sub Send_Click()
SendNotesMail "This ticket has been routed by the HR Help Desk", "", Me.Route_To, "Please contact the following employee: " & CallerName & " at : " & Telephone & ", after reviewing the following question: " & RequestedQuestion & " Thank you, " & UserName, True
DoCmd.Close acForm, "HelpDeskCalls", acSaveYes
DoCmd.OpenForm "TicketOption"
End Sub
i want it to look like the body text to look something like this:
The following individual contacted the HR HelpDesk, CallerName and Telephone.
Message Details : RequestedQuestion
Please contact as necessary.
Thank you,
HelpDeskCalls