I have cascaded 6 of my combo boxes. So the second box is dependent on the first box, the third box is dependent on the first and second... so on and so on. When my form opens up all the boxes are blank. What I want to do is when the user chooses from the first box to show the first item in the second box, and so on. I got this working by using Itemdata(1), but if I pick from the first box and the second box is populate and I want that record so I go to the 3rd box, nothing will be in the 3rd box because my code is AfterUpdate show itemdata 1. So I have to manually go in and click on that choice for the 3rd box to populate value. Any help? Sorry if I couldn't word my problem better.