I have a form in Access that displays the rows of a linked table. I place a filter on a dropdown in order to filter the form by the first column values on this table. The dropdown values are populated by a query that pulls the unique values on the first column of this table.
However the filter does not works unless I retype the values directly on the first column of the linked table.
Any suggestion will be greatly appreciated. Thank you
This is the code I’m using for the filter.
Me.Filter = "[CCB]![F1]= [CCB_F]!Combo14"
Me.FilterOn = True
However the filter does not works unless I retype the values directly on the first column of the linked table.
Any suggestion will be greatly appreciated. Thank you
This is the code I’m using for the filter.
Me.Filter = "[CCB]![F1]= [CCB_F]!Combo14"
Me.FilterOn = True