S
Steve
I have a function in an Access 2003 module to create a meeting request and
send it out. This function is called by a sub procedure in a form module and
the necessary variables are passed to the function. Code works fine other
than the body of the meeting request is not doing carriage returns like it
should. The text is formatted correctly by the sub procedure that calls the
function (I displayed it with a msgbox to confirm it was correct there), but
it loses the format in the meeting request. I am guessing that the meeting
body is in html format, but that is a guess. I want to have two carriage
returns between each section of text so there is an empty line between each
piece of text.
Any suggestions to get the meeting body formatted like this?
Steve
send it out. This function is called by a sub procedure in a form module and
the necessary variables are passed to the function. Code works fine other
than the body of the meeting request is not doing carriage returns like it
should. The text is formatted correctly by the sub procedure that calls the
function (I displayed it with a msgbox to confirm it was correct there), but
it loses the format in the meeting request. I am guessing that the meeting
body is in html format, but that is a guess. I want to have two carriage
returns between each section of text so there is an empty line between each
piece of text.
Any suggestions to get the meeting body formatted like this?
Steve