I have a form where you click a button to send an e-mail with the information on that form.
What I'm wondering if there is a way to use html tags for bolding and undelining things within vb code for sending that e-mail.
Here is an example:
EmailBody = EmailBody & "Desired Start Date: " & Forms!frmRequest!DesiredDateRangeStart & vbCrLf
I would like the Desired Start Date to be bold, is this at all possible?
Thanks.
What I'm wondering if there is a way to use html tags for bolding and undelining things within vb code for sending that e-mail.
Here is an example:
EmailBody = EmailBody & "Desired Start Date: " & Forms!frmRequest!DesiredDateRangeStart & vbCrLf
I would like the Desired Start Date to be bold, is this at all possible?
Thanks.