Simple.Two combos, one has names, one has numbersIn the change event (javascript) for DropDownList1 put:if ($.boundItem(xfa.event.newText) == "Bill") { this.resolveNode("DropDownList2").rawValue = "0000";}else if ($.boundItem(xfa.event.newText) == "John") { this.resolveNode("DropDownList2").rawVal...