Anyone know some simple code to make a secondary drop-down (not a pick list) dependent on the selection of the primary drop-down? I have the code that adds the 30 values (why I used a drop-down vs. a pick list) for the primary drop-down which works well. I know that I need code in the change event of the primary drop-down that references the primary values and establishes the secondary domain values, but not sure of the exact syntax.