email word form based on drop down value

S

Sabosis

Hello-

I have a form in word witha drop down field. I have a submit bottom at
the bottom of the form and I want the form to email as an attachment
using code to determine the email address. The code in the "submit"
button should reference the drop down field to determine the
recipient.

For example:

If the dropdown = "service", then email [email protected]
If the dropdown = "sales", then email [email protected]
If the dropdown = "billing", then email [email protected]

Can this be done? I have other forms that mail to a specified address
as an attachemnt, but do not know how to have a field refernced like
this. Please help.....

Thanks-

Scott
 
Top