Okay I have a search form that executes code to send an SQL statement into a query with a click of a button. However, I want that same button to refresh a subform to display the results. How would I go about doing this. Right now, I have that subform displaying the query so for example, I'll search for "dog" and click search. It appears that nothing happens and I just exit the form and go back in, the search results are displayed. I want it so I can click on the button and the results are displayed instantaneously onto the subform. Thanks for your help.