Displaying combo boxes

exaccess

Registered User.
Local time
Today, 03:15
Joined
Apr 21, 2013
Messages
287
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.
 
Very useful info. Solved the problem. Thanks.
 

Users who are viewing this thread

Back
Top Bottom