I have a form with 2 combo boxes, Box A and Box B. Box A contains the list of Agency IDs and Box B contains the Agency Names. When the user select a value from Box A, I want to replace the value in Box B with the name that corresponds to the Agency ID just selected in Box A. I need to the reverse as well, i.e. when a name is selected from Box B, I need to update the value in Box A with matching Agency ID. The Agency ID and Agency Name are in table Agency_list with Agency ID as the key.