View Single Post
  #1  
Old 08-10-2006, 03:09 PM
parrod parrod is offline
OSP Starters
 
Join Date: Aug 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
parrod is on a distinguished road
Default retrieve multiple values

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 --
Reply With Quote
  Webmaster Forums - View Single Post - retrieve multiple values
View Single Post
  #1  
Old 08-10-2006, 03:09 PM
parrod parrod is offline
OSP Starters
 
Join Date: Aug 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
parrod is on a distinguished road
Default retrieve multiple values

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 --
Reply With Quote