Hi All,
I'm very new to Access.
I'm starting to build a form, and I want to get two fields of data from the selection in the ListBox, one into Text1, and the other into Text2.
The List0 is from a query BU_Contract_List Which has the Contract No & Contract Name.
Contract No is the BoundColumn. the Control Source forText1 is set to =[List0], and that works fine.
When the form opens, only Text1 & Text2 are visible, when you double click in Text1, List0 is displayed. When you double click a selection in List0, the BoundColumn value, Contract No is displayed in Text1, and the List0 is hidden again.
I want to know how I get the Contract Name in Column2 of the List0 into Text2.
Can anyone help please.
I'm very new to Access.
I'm starting to build a form, and I want to get two fields of data from the selection in the ListBox, one into Text1, and the other into Text2.
The List0 is from a query BU_Contract_List Which has the Contract No & Contract Name.
Contract No is the BoundColumn. the Control Source forText1 is set to =[List0], and that works fine.
When the form opens, only Text1 & Text2 are visible, when you double click in Text1, List0 is displayed. When you double click a selection in List0, the BoundColumn value, Contract No is displayed in Text1, and the List0 is hidden again.
I want to know how I get the Contract Name in Column2 of the List0 into Text2.
Can anyone help please.