Hi,
I have a form where the first field determines the value of the second field. The first field is a multi select list box and so I was wondering if it is possible to have it so that if a certain item is selected in this list, it will fill in the second box with a number value of 1-5. Here is an example if that was not too clear:
List box
red
purple
green
blue
violet
black
white
purple = 1 blue = 2 violet = 3 ...etc
How exactly could I do this, and if the list box is not ideal then would a combo box be better served in this situation?
And just a note: the list box currently contains about 12 catagories, but not all of them will equate to a value for the second value, meaning that the second field is only dependent on some of the values from the list field.
I hope this made sense, and Any advice is appreciated,
Thanks