multi-selects with dropdown [message #222] |
Mon, 31 July 2006 15:51 |
andy
Messages: 7 Registered: June 2006 Location: Reno, NV, USA
|
Junior Member |
|
|
Q: I have a situation where it is desired to search multiple items from a single dropdown list.
Ex. If we have 10 depts, user may want to see reports from 3 of the departments. Currently, it seems that dropdowns don't support the "multiple" HTML attribute. Is this correct? Or is there a way?
Of course, the other side of this equation is if the SQL parsing knows to make this an "OR" type search on a single column. Ex. " (Dept=1 OR dept=2) " etc.
regards,
andy koch
|
|
|