I have a form called workorders based on a table. The form has a subform with 2 combo boxes on it. The first combo box is the category for the part that is going to be used based on a category table. The second combo box list the parts within that category based on a parts table. I can add a new record to the workorders table by using these combo boxes. My problem is that when I open the form to review the workorder form the combo box for the category shows only the category for the first record. Even though in the table the subsequent records show the category, nothing displays in the combox box on the form after the first one. I'm sure I missed something simple. I thought setfocus would help but I either miscoded or should use something else. Any ideas?