J
jhess85
I would like to create a combobox where a user can select from a list of
unique values that are within a table.
I created this using the wizard with the following values:
Row Source Type: Table/Query
Row Source: SELECT [ITL].[ID], [ITL].[Transaction Name] FROM [ITL] ORDER BY
[Transaction Name];
Column Count: 2
Bound Column: 1
All the values in the drop down are blank when using the combo box. When a
value is selected the value does display in the collapsed combo box. How do
I get the values to display in the drop down correctly? The purpose of this
combo box is to allow for a user to select a value and then I will pass this
value into a filter.
unique values that are within a table.
I created this using the wizard with the following values:
Row Source Type: Table/Query
Row Source: SELECT [ITL].[ID], [ITL].[Transaction Name] FROM [ITL] ORDER BY
[Transaction Name];
Column Count: 2
Bound Column: 1
All the values in the drop down are blank when using the combo box. When a
value is selected the value does display in the collapsed combo box. How do
I get the values to display in the drop down correctly? The purpose of this
combo box is to allow for a user to select a value and then I will pass this
value into a filter.