I have a very simple form that consists of a data entry field and a command button. When the command button is clicked a report is called that executes a query based on whatever is entered in the field. I would like to be able to simply hit Enter after typing the data and have it do the same thing. However, when I add the same macro command to this unbound text box as I am using for the command button, nothing happens when I hit Enter. In fact, the related report opens at the same time I open the form and runs the query with no criteria. How can I add functionality similar to the 'click on command button' to this unbound text box?