Including Field Input as Subject Line

  • Thread starter Thread starter Lisa
  • Start date Start date
L

Lisa

I am trying to create a simple form with 3 fields:

Policy Number
Type
State

Policy number is a text field, type and state are dropdowns. I want the
results of each of these fields to populate the subject line in this format

P: Policy Number Type: Type State: State

Can this be done?

Thanks for any help you can provide.

Lisa
 
You could set the properties of the subject field to be derived from a
formula calculation based on the results of those custom fields. The fields
would need to be bound to user properties. An alternative would be to use
form code, written in VBScript to populate the subject.

Take a look at the forms information at www.outlookcode.com, especially the
sections on form controls and property syntax. That should give you
information to work with.
 
Back
Top