Including Field Input as Subject Line

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
 
K

Ken Slovak - [MVP - Outlook]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top