Ok so I am making a DB to manage my Ebay Inventory. One of the tables is EBAYCONDtbl, which keeps the applicable condition options which correspond to a Ebay Category ID. So basically like Mens Shirts have a particular set of possible conditions and Womens shoes would have a different set... even though they are all clothing options. I've downloaded the excel sheets from Ebay and the information is basically set up like:
[EBAY Category ID] | [Condition Code} | [Condition Desc] | [Condition Code] | [Condition Desc] | [Condition Code] | [Condition Desc] | [Condition Code] | [Condition Desc] | [Condition Code] | [Condition Desc] and so on depending on how many Conditions exist for that ID.
I would like to make a drop down with just the Condition Desc's showing. But when chosen, the applicable code is bound.
I'm guessing this is done thru an array, but I don't know how to write the Select query.
Any help would be appreciated. Thanks in advance,
Jeff
[EBAY Category ID] | [Condition Code} | [Condition Desc] | [Condition Code] | [Condition Desc] | [Condition Code] | [Condition Desc] | [Condition Code] | [Condition Desc] | [Condition Code] | [Condition Desc] and so on depending on how many Conditions exist for that ID.
I would like to make a drop down with just the Condition Desc's showing. But when chosen, the applicable code is bound.
I'm guessing this is done thru an array, but I don't know how to write the Select query.
Any help would be appreciated. Thanks in advance,
Jeff