I have a table called [item]:
ITEM_ID DESCRIPTION
1 Shoe
2 Jacket
3 Socks
On a form, I have a combo box displaying [ITEM_ID] for the user to select from.
Then, I want to display [DESCRIPTION] of the selected item in a text box. How do I achieve this task?
Many thanks ahead of time for your help,
MK
ITEM_ID DESCRIPTION
1 Shoe
2 Jacket
3 Socks
On a form, I have a combo box displaying [ITEM_ID] for the user to select from.
Then, I want to display [DESCRIPTION] of the selected item in a text box. How do I achieve this task?
Many thanks ahead of time for your help,
MK