M
Mark Kubicki
I have a combo box that is not functioning as I would expect:
- its row source has 2 columns: [Note] and [NoteTitle] (this is the order
in the datasource query)
- I have the bound column set to: 1, column count: 2, and column widths:
0",4"
- a value from the combobox can be selected (only column 2 is visible, which
is correct), however, the value entered into the bound field is that of
column 2 [NoteTitle], not column 1 [Note]
both the row source, and the bound control source are memo fields; it is
absolutely necessary to have more than the 255 limit of a text field (could
this be the problem?)
much thanks in advance,
mark
- its row source has 2 columns: [Note] and [NoteTitle] (this is the order
in the datasource query)
- I have the bound column set to: 1, column count: 2, and column widths:
0",4"
- a value from the combobox can be selected (only column 2 is visible, which
is correct), however, the value entered into the bound field is that of
column 2 [NoteTitle], not column 1 [Note]
both the row source, and the bound control source are memo fields; it is
absolutely necessary to have more than the 255 limit of a text field (could
this be the problem?)
much thanks in advance,
mark