My goal is to display gray text in a combo box that does not contain a value (null), indicating that the user should select a value from the list. Once a value has been selected, it should be displayed in black text.
This works fine in a combo box with a single column of type Text (see attached sample database).
Now I would like to implement this behavior for a combo box that contains two columns, a hidden bound numeric value column and a text column to be displayed.
However, this does not work. I have already tried various combinations of column order and format property values. Nothing works.
Does anyone have a solution for this?
This works fine in a combo box with a single column of type Text (see attached sample database).
Now I would like to implement this behavior for a combo box that contains two columns, a hidden bound numeric value column and a text column to be displayed.
However, this does not work. I have already tried various combinations of column order and format property values. Nothing works.
Does anyone have a solution for this?