I have set up some code to send an e-mail.
Is it possible to change some of the text to bold?
This is what i have so far, it all works, but im trying to make it look clearer:
strTitle = Nz(DLookup("Title", "TblTitle", "[No] = " & Me.No), 0)
strScope = Nz(DLookup("Scope", "TblTitle", "[No] =...