I have a combobox with two columns. The first column is the bound value, but hidden (width is 0"). The second is what the user sees, and when selected it stores the value in the first column. However, if an item is removed from the list, even if it was selected in old records, the combobox will appear as blank on those old records even though the bound value exists for that record. Because the first column is hidden, the LimitToList property cannot be set to No. So now I have records that don't display properly. Is there any way to programmatically have the combobox display these old records on the form?