I have made a form w/a text box for Store Name and a second one for date. When I press the command button it runs a select query and opens a report based on my input. When I substitue the text box for Store Name w/a combo box (and use the builder to add the combo box into the query) the query runs but produces a blank report, meaning the query is not receiving my input from my combo box. When I run the query w/o using the form it works fine. How do I fix this?