I have a main form which has a combo box which the user selects a value. Then I have 3 buttons, depending which button the user clicks it takes them to another form that would be filtered by the selection of the combo box. I have a query set up with the criteria as [Forms]![Form1]![cbo3]. When I choose a value in the combox box then click the button which has a macro to open the form I get a text box. If I then type the value in the textbox the form opens filtered correctly. How do I get the query to recognize the value selected in the combo box?