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
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.