I have a query that when opened, opens a dialog box to type in what I am searching for. The problem is that I need to type in exact value in order to retrieve the record. Ex, if a field contains "BS - Psychology" and i search for "Psychology" then I will not retrieve that record. I must search for "BS - Psychology". Then if I have several records that enter different values that are similar, such as "Psychology", "BS - PSY", or "Psy.", then I will have to do multiple searches. Is there a way to set the parameter to search for fields that "contains" whatever I type in the dialog box, or is there a better way to search?