Can someone tell me if it is possible to use a text box to display a single
item based on an item that is selected from a drop down list box.
Keep in mind that there is a SQL database connection.
Your feed back is appreciated.
Kent - 28 Oct 2006 19:20 GMT
I've done this frequently...normally on another view of the form. Just bind
the text box to the same data source as that of the list box. Do an easy
test...copy your list box and paste it, then change the new list box to a
text box. Works great for me.
Cheers,
Kent
> Can someone tell me if it is possible to use a text box to display a single
> item based on an item that is selected from a drop down list box.
>
> Keep in mind that there is a SQL database connection.
>
> Your feed back is appreciated.
S.Y.M. Wong-A-Ton - 29 Oct 2006 07:18 GMT
Try this article:
http://enterprise-solutions.swits.net/infopath2003/article.php?t=dropdown-table-
record-selection&c=infopath2003
---
S.Y.M. Wong-A-Ton
> Can someone tell me if it is possible to use a text box to display a single
> item based on an item that is selected from a drop down list box.
>
> Keep in mind that there is a SQL database connection.
>
> Your feed back is appreciated.