Hi,
I have several forms with buttons that can send fields to emails, tasks & appointments in Outlook. Very simple & works a treat. For example:
outlook subject = field1
outlook memo = "Dear " & field 2 & vbnewline & vbnewline & field 3
I'd like to add more details, but so the resultant Outlook object doesn't appear cluttered, I'd like format it; smaller fonts, headings in bold or italic. Maybe even colours!
Is this at all possible?
I have several forms with buttons that can send fields to emails, tasks & appointments in Outlook. Very simple & works a treat. For example:
outlook subject = field1
outlook memo = "Dear " & field 2 & vbnewline & vbnewline & field 3
I'd like to add more details, but so the resultant Outlook object doesn't appear cluttered, I'd like format it; smaller fonts, headings in bold or italic. Maybe even colours!
Is this at all possible?