Filtering records based on the combo box is achieved by using a form and a subform.
Pay close attention to how the RecordSource is set on the form called frmCustomers_sub. The RecordSource on this form is set in VBA code and not in the Properties window.
This RecordSource is then refreshed when frmCustomers is opened and when the combo box is updated.