Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Set info path field based on entry in another field

Status
Not open for further replies.

MJV57

Programmer
Apr 18, 2009
87
CA
I have an info path form that has a combo box which selects an item number from an sql database and i would like to have a description field be updated based on the item number selection. The description is also in the sql database. Can anyone help me?
 


Hi,

Use a query with the selected item number as a criteria, to return data from the field of interest.

Skip,
[sub]
[glasses]Just traded in my old subtlety...
for a NUANCE![tongue][/sub]
 
Not sure where this is done within infopath.
 


How did you populate your combobox with the item numbers from an sql database?

Skip,
[sub]
[glasses]Just traded in my old subtlety...
for a NUANCE![tongue][/sub]
 
I bound it to data source icitem. And then selected value and display as @itemno. Now I need to set another field to the corresponding field in the data base named @desc
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top