Yes, you would use the code I posted as the OnExit macro.[vba]Sub MakeTheOther()
ActiveDocument.FormFields("Dropdown2").DropDown.Value = _
ActiveDocument.FormFields("Dropdown1").DropDown.Value
End Sub [/vba]Again assuming the lists are identical.