Hello,
I have form based on the following query (there are more fields then one).
When I want to use "Filter by form" on the above concatened field, the dropdown list appears empty.Code:SELECT [name] & " " & [lastname] AS Employee FROM tblEmployees;
Is there a way to show list of possible choices or does "Filter by form" work only with a field based on single table field?
Thank you for hints.