Hello Experts,
I have a combobox called CountryBx on a form. The RowSource is a table called CountryCodesTbl. CountryBx has two columns. The first column is bound to the CountryCodesTbl table. There are no column headers. When the form is loaded the combo should be blanc. When the user hits the arrow the list should dropdown. The user makes a selection and both columns should be displayed. I have set the properties of CountryBx. Now I need just to display both columns on the form. Here I have difficulty. How do I address the second column and get it displayed.
I have a combobox called CountryBx on a form. The RowSource is a table called CountryCodesTbl. CountryBx has two columns. The first column is bound to the CountryCodesTbl table. There are no column headers. When the form is loaded the combo should be blanc. When the user hits the arrow the list should dropdown. The user makes a selection and both columns should be displayed. I have set the properties of CountryBx. Now I need just to display both columns on the form. Here I have difficulty. How do I address the second column and get it displayed.