N
nouveauricheinvestments
Is there any way to put a check box next to each item in a combo box?
I am assuming I would have to somehow do it in the query, but I'm not
sure what it would entail. The combo box is located on a form and is
used to filter a subform, the value of which is the criteria for my
query. I am using the following Union query to select the results for
the combo box and filter the subform.
SELECT Trade_Specialist, ID FROM Trade_Specialists
UNION SELECT 0, "(ALL)" FROM Trade_Specialists
ORDER BY Trade_Specialist;
I am assuming I would have to somehow do it in the query, but I'm not
sure what it would entail. The combo box is located on a form and is
used to filter a subform, the value of which is the criteria for my
query. I am using the following Union query to select the results for
the combo box and filter the subform.
SELECT Trade_Specialist, ID FROM Trade_Specialists
UNION SELECT 0, "(ALL)" FROM Trade_Specialists
ORDER BY Trade_Specialist;