A
Allan Murphy
Michelle
If you are using a combo box, then in the properties set the column width to
0;x
0 hides the first column but stores that value in your table.
x is the maximum width that you want to display your Country
By doing the above you will be able to store the id and display only your
Country.
If you are using a combo box, then in the properties set the column width to
0;x
0 hides the first column but stores that value in your table.
x is the maximum width that you want to display your Country
By doing the above you will be able to store the id and display only your
Country.