A
Amy
I have 3 Multi-select listboxes, all based on queries using union statements
to get the "all" to show up example - select [matl id], desc From
wdog_materials_list UNION Select "<ALL>","<ALL>" from wdog_materials_list
ORDER BY [matl id]; . I then use texboxes to create the sql statement
based on the selections in the three list boxes. This is working fine, my
questions are:
1) How can I get the ALL to be highlighted as the default. Everything I try
I get errors it can't recognize "<ALL>".
2) I would like to filter each text box based on what the user selects in
the one above but I cannot get the query to work with the ALL and the
multi-select.
to get the "all" to show up example - select [matl id], desc From
wdog_materials_list UNION Select "<ALL>","<ALL>" from wdog_materials_list
ORDER BY [matl id]; . I then use texboxes to create the sql statement
based on the selections in the three list boxes. This is working fine, my
questions are:
1) How can I get the ALL to be highlighted as the default. Everything I try
I get errors it can't recognize "<ALL>".
2) I would like to filter each text box based on what the user selects in
the one above but I cannot get the query to work with the ALL and the
multi-select.