Filtering a Form with combo boxes

M

M_Mike

I want to filter the information displayed on a form using the values I
select in text or combo boxes which are in a subform on the main form.

I want to filter the form using one or more of the following options.
Call Ref - text box (allows the user to enter the value)
Location No - Combo box
Area - combo box
Status - combo box

I want the user to be able to filter the form with one option but may also
use the additional options to further filter the results

Can anyone help me develop the code needed to filter the form
 
Top