I have a datasheet that pulls from a query, and one of the fields is a combo drop list. That combo has a filter on the row source so it does not display all the possible values that can be contained in the field.
The issue is that the datasheet will now display a blank field for those entries that are filtered out of the combo list. Is there any way to still display the current value from the query in the field and not have a blank field?
Note: the combo list returns two columns (ID and description), it is bound to column 1, and column 1 is not displayed via the column widths property, so only column 2 (the description) is shown.
Is this datasheet set up incorrectly?
The issue is that the datasheet will now display a blank field for those entries that are filtered out of the combo list. Is there any way to still display the current value from the query in the field and not have a blank field?
Note: the combo list returns two columns (ID and description), it is bound to column 1, and column 1 is not displayed via the column widths property, so only column 2 (the description) is shown.
Is this datasheet set up incorrectly?