I'd like to configure a very long list of items (over 200) which could be selected from a drop-down and have it tell me what category the item belongs to. Here’s a simple example of the type of list I have:
Code:
Item Category
Apple Fruit
Banana Fruit
Carrot Vegetable
Durian Fruit
Eggplant Vegetable
I'd like to have a drop-down list with all the Items in it and after selecting one, have it tell me if it’s a fruit or vegetable.
Does that make sense?
Is it possible?