I have a Drop-Down that I need to get a matching values from.
The drop down has:
1. Display Title:Red (ID:1) (Value:Tom)
2. Display Title:Blue (ID:2) (Value:Bob)
3. Display Title:Green (ID:3) (Value:Mark)
4. Display Title:Pink (ID:4) (Value:Mark)
5. Display Title:Yellow (ID:5) (Value:Bob)
6. Display Title:Purple (ID:6 (Value:Tom)
I need to have another field receive the only the name values when any or all of the colors are selected. How would this be done?
Please & Thanks!
I'm always trying to learn.