View Single Post
  #7  
Old October 13th 08, 04:51 PM posted to microsoft.public.outlook.program_forms
Gary Newport
external usenet poster
 
Posts: 19
Default Using Object Data in VBScript

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.
Ads