populate text field from three dropdown selections
I have a document with three dropdowns and I need to populate a text field based on them.
One drop down is a description, one is size, and one is the color. I need different combos of these fields to populate a text field with the correct item code.
For example: If a user selects "boots" from the first drop down, "7" from the size dropdown, and "blue" from the color drop down ---it should show the item code BB7456 in the item code text field. This item code would also be different if a different size or color was chosen.
