Hi,
So here's a layout of what i'm trying to do to make it a bit easier to understand:
LIst 1: List 2: List 3:
Box 1
Box 2
Box 3
Box 1 contents: apples, oranges, pears
Apple types: ripe, unripe
So basically I have 3 lists. When a player chooses 'box 1' option from the drop-down selection, I would like List Box 2 to show the contents of that box, in list form: so apples;oranges;pears. And if 'apples' is then selected from list 2, I would like list 3 to show the apple types: ripe;unripe. Then the player can choose which he/she would like.
Is it possible to make an entire list content depend on another list's selection?
Many thanks for your help