I am trying to set up a query that will run, based on criteria that can be found in a form. In other words, when I type a customer name in the form and press a button, the query will run and give me information on that customer. I made the customer name field on the form a combo box based on my main table, so that the customer name could not be mis-typed. Then I built the query and used this statement in the criteria section: Like [forms]![Search Form]![Customer Name]. When I select a name on the form and try to run the query, no results are returned. This statement works in a database I set up using Access 2003. I don't know why it won't work with Access 2007. How can I get this query to work in Access 2007? Any assistance you can provide, would be greatly appreciated.