Variable email addresses

A

Art

If I want to be able to send a form to one of three different people based on
the selection of one of three items in a drop down (the user is selecting an
ops center), how would I do that?

Thanks
 
S

S.Y.M. Wong-A-Ton

Set up your drop-down list box to use the email addresses as values for the
drop-down list box. Then add a data connection to send email and use the
formula button of the "To" field to set up a formula to use the value of the
drop-down list box.
 
Top