The row source does have two columns, it is the source I want. I want to
show both but I want the bound column to be column 2.
If the "boundcolumn" property is set to 2 and I choose from the list, it
shows column 1. If I then go into the design and change the property to 1 and
go back into the same record the field shows column 2 (automatically) BUT
when I choose another from the source list it then reverts back to choosing
column 1.
I can't be much clearer than this.
> This statement is unclear:
> "If the "boundcolumn" property is set to 2 and I choose from the list, it
[quoted text clipped - 38 lines]
> >> >
> >> > thanks
BruceM - 15 Mar 2007 16:28 GMT
I asked several questions, and received an answer to only one. The other
questions were relevant.
I take it that the combo box is bound to a field (an unbound combo box has a
bound column, so the fact that there is a bound column says nothing about
the Control Source).
According to the properties you provided, when you click the down arrow on
the combo box you see both columns. Is that correct?
When you say "it shows column 1", do you mean the list displays column 1, or
do you mean that after making the selection the column 1 value is displayed?
In other words, what is "it"?
If you change the bound column to 1 and the underlying field will not accept
that data type, the field may revert to the previous value, but I'm not
completely sure about that.
> The row source does have two columns, it is the source I want. I want to
> show both but I want the bound column to be column 2.
[quoted text clipped - 59 lines]
>> >> >
>> >> > thanks