Create a form called frmCriteria. Make 3 unbound text boxes on this form: txtStartDate,txtEndDate, and txtType.
In your query's criteria row, under your Date field, type:
Between [Forms]![frmCriteria]![txtStartDate] And [Forms]![frmCriteria]![txtEndDate]
Under Type field, type...