1. Form RecordSource as a query with criteria referencing the comboboxes. This can be a saved query object or built right in the RecordSource property.
2. Add the combo boxes with their RowSource queries. Same comment as 1 about creating queries.


3. Create the command button and code behind it.
4. Trial and error the entire process.
5. Post back here with specific question.