Basically I have a combobox with 2 columns based on a table:
Field Data
===========================
nID primary key (number)
cDescpt text field with description
NID CDESCRPT
===========================
1 Joe Blogss
2 Dave Jones
3 Michael Jackson
I want to record the NID field as the bound column BUT show CDESCRPT as "text" in the combo box when an item is selected.
For example,
I select 2, Dave Jones from the list and the combo box shows the value "2". I want it to show "Dave Jones" BUT retain the 2 as the actual value for the combobox.
I can't find anyway to do this and my only work around has been to create a textbox and set the value of that to the CDESCRPT value after the user has made a selection. Is there an easier way tan doing this?
Mark Davies
Warwickshire County Council
Field Data
===========================
nID primary key (number)
cDescpt text field with description
NID CDESCRPT
===========================
1 Joe Blogss
2 Dave Jones
3 Michael Jackson
I want to record the NID field as the bound column BUT show CDESCRPT as "text" in the combo box when an item is selected.
For example,
I select 2, Dave Jones from the list and the combo box shows the value "2". I want it to show "Dave Jones" BUT retain the 2 as the actual value for the combobox.
I can't find anyway to do this and my only work around has been to create a textbox and set the value of that to the CDESCRPT value after the user has made a selection. Is there an easier way tan doing this?
Mark Davies
Warwickshire County Council