Form Letter

B

beauconsidine

I am creating a variety of form letter for our sales department. I have
a SharePoint List with the contact information for all our sales
people. I I have created an InfoPath Form with a drop down box so that
a person can select their name from the SalesPoint List. Now I want the
form to automatically fill in all the other contact information based
on the value of the drop down box. This seems like a very basic
process, but I am new to this and it has me stumped. I assume that have
to enter a formula in the default value field under the data tab in the
test box property.

Am I on the right track? Do I need to learn some special programming
language.
 
D

david

Open up the field, in the default value box press the formula button to
the right.
Press insert field or group
Select the data source from the top drop down
Select the field that you want this control to display
Press the filter data button
Set the filter up to show data where the main field in the list equals
the value in the form field.

That should do it, hopefully not too hard to follow.

Regards,
 
Top