Using MS Access 2007.
I have a combo box that is defined with 2 columns. A file sequence number and file name. When you click the down arrow in the combo box, you see both columns. However, when selecting a row from the list, only the file sequence number shows in the combo box. In the code when I look at "cmbFileInfo.va lue", the value is the file name. I am very confused on why I don't see both values when I select the row in the combo box. I believe I have all the properties set correctly but I may be missing something.
On the properties I have:column count = 2
bound columns = 2
column width = 0.5;3"
column heads = no
limit to list = yes
allow value list edits = no
inherit value lists = yes
show only row source values = no
enabled = yes
locked = no
auto expand = yes
I have a combo box that is defined with 2 columns. A file sequence number and file name. When you click the down arrow in the combo box, you see both columns. However, when selecting a row from the list, only the file sequence number shows in the combo box. In the code when I look at "cmbFileInfo.va lue", the value is the file name. I am very confused on why I don't see both values when I select the row in the combo box. I believe I have all the properties set correctly but I may be missing something.
On the properties I have:column count = 2
bound columns = 2
column width = 0.5;3"
column heads = no
limit to list = yes
allow value list edits = no
inherit value lists = yes
show only row source values = no
enabled = yes
locked = no
auto expand = yes
Comment