I am working on creating an email from MSACCESS. By doing a series of message lines using text in quotes and fields from a query, and then tying them all under .Body of the email event I have been successful in creating an email message.
An example of part of my line of code is:
messageh = "Here is a lead from: SMITH,INC." & vbCrLf
Is there a way that I can make 'SMITH,INC' bold so that in the body of the email it stands out.
Thanks for your help
Mike
An example of part of my line of code is:
messageh = "Here is a lead from: SMITH,INC." & vbCrLf
Is there a way that I can make 'SMITH,INC' bold so that in the body of the email it stands out.
Thanks for your help
Mike