I have a difficult technical challenge I'm facing. I need to retrieve multiple values for the very bottom item in the list, 'Federated' (ignore the rest). The database will query based off the option 'value', however, in this special case I want to perform a retrieval based off of multiple of values. I want to try to use the existing code without reinventing the wheel.
<SELECT name="grpNm" style="LEFT: 8px; WIDTH: 213px; TOP: 1px">
<OPTION value="" selected>Select Group</OPTION>
<OPTION value="">All</OPTION>
<OPTION value="BANK OF AMERICA">Bank of America</OPTION>
<OPTION value="KIMBERLY-CLARK CORP">Kimberly-Clark Corp.</OPTION>
<OPTION value="EMORY">Emory</OPTION>
<OPTION value="FIELDALE FARMS">Fiedale Farm Corporation</OPTION>
<OPTION value="ROLLINS, INC.&qu
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --