I need help creating a multi field search form. I have a database that tracks help desk tickets and the only thing I am lacking is a way to search for records based on multiple fields in the database. Most of the fields use combo boxes to fill the data based on other tables in the database since these fields get used quite a lot. I am trying to create a search form that can do this using combo boxes for some of the fields for easy selection as well as text searches of other fields but also ignore any fields that are not populated so that I can the create a report. Does anyone have any examples of such a form?