A
ali kwok
Hi
Does anyone have a smarter way to do this? I need to notify an email recipient that some records in the database have undergone a process
I've got a code in a vba project to convert a DAO recordset with headings to a fixed width text string with line breaks
The string is assigned to the TextBody property of a CDO.message object. What I can't control is that when the message
arrives by email, the body text is in a proportional font, which of course destroys the column formatting of the string
Ideally, I want to keep the message as body text rather than an attachment
The layout is more cosmetic than functional, but it would be a big improvement
Ideas
Thanks, Al
Does anyone have a smarter way to do this? I need to notify an email recipient that some records in the database have undergone a process
I've got a code in a vba project to convert a DAO recordset with headings to a fixed width text string with line breaks
The string is assigned to the TextBody property of a CDO.message object. What I can't control is that when the message
arrives by email, the body text is in a proportional font, which of course destroys the column formatting of the string
Ideally, I want to keep the message as body text rather than an attachment
The layout is more cosmetic than functional, but it would be a big improvement
Ideas
Thanks, Al