I have a form with 10 combo boxes. Each combo box has the same 10 list items, and each combo box has a corresponding text box. Selecting an item from any one of the combo boxes populates the corresponding text box. It seems like there would be a way to use one combo box to populate the ten text boxes by looping through the items selected. If not, There should be a way to loop through all of the combo boxes without having to code each one seperately. Access 2000 doesn't have control arrays so I am lost. Am I making sense? Can anyone help me?