So using combox boxes they would either enter their name or drop down to find their name, then the same status, city, and so on using the 'afterupdate' event.
Using the VBA below.
Private Sub cboOPOwner_AfterUpdate()
If Nz(Me.cboOPOwner.Text) = "" Then
Me.Form.Filter = ""
Me.FilterOn = False...