I have a DAO database that has a search built in SQL that creates a query with the search results each time its run. To activate the search you click a command button. The rest of the form has text boxes to display the results. The problem that I'm having is that when I run the search, the text boxes don't up date with the search information until I close the form, and reopen it. Is there a way of refreshing the information each time the search is run. I have tried requery, recalc, refresh, repaint etc. with no luck. Thanks for any help