Hi. I have two combo boxes that have corresponding field values. Let's say my first combo box is "NAME" and the second combo box is PHONE NUMBER. If i select a name from the first combo box, how can I update the value in the phone number field of the second combo bux. Basically, I want to update all fields whenever a corresponding value is selected. So if I select a person's name, the correct phone number will be displayed in the second combo box. I want this to be able to work in reverse as well, so if i select a phone number from the 2nd combo box, the person's name will show up in the 1st combo box. Thanks again for your help