I have a question about a macro in a word form. I have two drop down lists on a word form. when the user selects an item from the first, I want the second to select the item at the same index.
Ie.
Drop down one;
Item A
Item B
Item C
Item D
Drop Down Two;
Item 1
Item 2
Item 3
Item 4
If the user selects 'Item C' from drop down one, I want drop down two to show 'Item 3'.
Olly



