Sorry for having to ask this but I have looked at lots on content without being able to understand how to do this.
I have a query ‘A’ with a parameter that selects a subset of results by filtering against a field ‘X’.
I have a query ‘B’ that lists all unique values for field ‘X’.
What I want to do is have drop-down of the result of query ‘B’ and to select a value from the drop-down to use as the parameter in query ‘A’.
Presumably a combination of sub-forms, combo boxes etc. but I cannot see how to do it.