In my table1 there is a columm productID and a columm productname which are related
In my form I have a combobox where you can select the productname.
I would like to have a textbox showing the productID of the productname depending of the choice in the combobox.
For example when I choose productname a from the combobox there should appear 1 in the textbox
How should I handle this?
In my form I have a combobox where you can select the productname.
I would like to have a textbox showing the productID of the productname depending of the choice in the combobox.
For example when I choose productname a from the combobox there should appear 1 in the textbox
How should I handle this?