G Guest May 27, 2004 #1 If I have a table as the source of data for a list box, it has a code and a description field, how do I display just the description in the list box, but save the code to the field in my table?
If I have a table as the source of data for a list box, it has a code and a description field, how do I display just the description in the list box, but save the code to the field in my table?
R Rick Brandt May 27, 2004 #2 Jen said: If I have a table as the source of data for a list box, it has a code and Click to expand... a description field, how do I display just the description in the list box, but save the code to the field in my table? Set up the ListBox to have two columns. Make the column with the code the bound column and set its width to zero.
Jen said: If I have a table as the source of data for a list box, it has a code and Click to expand... a description field, how do I display just the description in the list box, but save the code to the field in my table? Set up the ListBox to have two columns. Make the column with the code the bound column and set its width to zero.