I have a pull down combo box in my form. when i select an item on the list of the combo box (from table called "Query builder-Structural Names", it display imperial names and metric names), i like it to retrieve all data for that particular item that's selected from the combo box list.
All the Data are in a table called "Structural Data" (Weight, Width, Lenth... etc.)
On the form i have a "text box" to display the current datas. The form now display the default data in the text boxes.
How do i get the combo box to let me select the item on the list and update the text box with the correct data for the selected item?
Advance "Thank you all
All the Data are in a table called "Structural Data" (Weight, Width, Lenth... etc.)
On the form i have a "text box" to display the current datas. The form now display the default data in the text boxes.
How do i get the combo box to let me select the item on the list and update the text box with the correct data for the selected item?
Advance "Thank you all