As the page I suggested earlier --
http://www.outlookcode.com/article.aspx?ID=38 -- explains, you can write code
behind the form to respond to the user's interaction with the controls and,
in this case, the properties on the form.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Gary Newport" wrote:
One day I'll explain with all relevant details contained.
)
As I have stated, I have a textbox called txtSendStudent bound to a field
called Student.
I would like the email to be sent with the subject field containing the
words "Round Robin for student name" to make it clear to the recipients who
the round robin is about.
What I NEGLECTED to state was that the default text is "Round Robin for" is
the default text for my Subject field. So, the intially received email is
only showing the default value of the Subject field textbox. Only on the
return send (technically known as FORWARD) does the Subject field NOW contain
the text I want.
I therefore need the code to alter the subject field BEFORE sending the email.