J
John Oswald
Access 2003. What is the maximum number of alpha-numeric characters that can
be displayed in a combo box?
I have a combo box on a form. The ControlSource of the combo box is tied to
LongInteger field in a table. The RowSource of the combo box is an SQL
statement that selects two columns from another small (<100 rows) table. In
form view, the combo box is set to hide the first column, and display the
second. The first column, an autonumber type, is the BoundColumn for the
combo box. The second column, pulls data from a memo field. In the Query
Builder, displaying the RowSource SQL statement in datasheet view, the second
column shows the full text of each row pulled from the Memo field, i.e., the
complete text string whether it is less than or greater than 255 characters.
However, displaying the combo box in form view, the rows of the second column
are always clipped to a maximum of 255 characters.
Are Access combo boxes fundamentally restricted to displaying a maximum of
255 characters? or is there a property or work around that I'm overlooking
that can be used to display longer strings in a combo box?
be displayed in a combo box?
I have a combo box on a form. The ControlSource of the combo box is tied to
LongInteger field in a table. The RowSource of the combo box is an SQL
statement that selects two columns from another small (<100 rows) table. In
form view, the combo box is set to hide the first column, and display the
second. The first column, an autonumber type, is the BoundColumn for the
combo box. The second column, pulls data from a memo field. In the Query
Builder, displaying the RowSource SQL statement in datasheet view, the second
column shows the full text of each row pulled from the Memo field, i.e., the
complete text string whether it is less than or greater than 255 characters.
However, displaying the combo box in form view, the rows of the second column
are always clipped to a maximum of 255 characters.
Are Access combo boxes fundamentally restricted to displaying a maximum of
255 characters? or is there a property or work around that I'm overlooking
that can be used to display longer strings in a combo box?