In the second box for the row source select the fields that you want to see plus the field CATEGORY. In criteria for category use the code = [Forms]![frmName]![cmbName]
You then need to go to the first combo box and in the event tab of the properties you need to create code in On Change being Me.cmbName2.Requery
HTH
Simon