Forms with changed subject

  • Thread starter Thread starter Rafal Harrison-Staska
  • Start date Start date
R

Rafal Harrison-Staska

Hi Guys,

I'm trying to create a custom form that will have different view when being
composed and different when being read. In the Edit Compose Page I have few
combo boxes with values to choose from. I would like the values of the combo
boxes from compose page to appear in the subject line of the email I
receive. For example : field is called Problem - users have 10 values to
choose from in a combo box - I want a value they choose to appear in a
subject of the email they will send.

How do I do that ?

Rafal
 
One solution is to use a formula to set the Subject, e.g.:

[Problem] & " some other text"

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Hi Sue
Thank you very much


One solution is to use a formula to set the Subject, e.g.:

[Problem] & " some other text"

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top