I have a combobox that has two columns. Column 0 contains the index number and is bound, column 1 contains the description and is displayed. I need to be able to reference both values, but I cannot seem to reference the unbound column.
I would expect something like this to work: [Forms]![MyForm]![MyCombobox]![Column](1) But Access does not recognize the Column property. Anyone have a thougt?
|