P
papa jonah
I am using a combobox to select criteria for a query.
I have finally been able to add "all" to my picklist query
SELECT DISTINCT [Division group cross table].Division
FROM [Division group cross table] UNION select '(ALL)' from [division
group cross table]
ORDER BY [Division group cross table].Division;
However, if I select "all" then my query results do not include any
records. How do I change it so that if I select all, the query does
not limit the criteria to any of the organizations that are listed in
the dropdown?
TIA
I have finally been able to add "all" to my picklist query
SELECT DISTINCT [Division group cross table].Division
FROM [Division group cross table] UNION select '(ALL)' from [division
group cross table]
ORDER BY [Division group cross table].Division;
However, if I select "all" then my query results do not include any
records. How do I change it so that if I select all, the query does
not limit the criteria to any of the organizations that are listed in
the dropdown?
TIA