With a filter that refer to the value in the first combo.
In the RowSource of combo2 add a filter to combo1
Select FieldName From TableName Where FieldName = Forms![Formname]![ComboName]
=========================================
On the after update event of combo1 run the code
Me.Combo2Name.Requery