Hello, I have an asp search page that contains several text fields, and upon user entry, submits the data to a db, and returns the results of that search. No big deal...however, I want to be able to have the form submit after I hit the enter key after entering info in any text box. Right now it will only do this when the very first text box has text entered and then the enter key is hit. I had to use 2 separate forms to get it to do this: One form contains the text box that will actually submit when the enter key is hit, the other form contains all the rest of the text boxes. I need to be able to submit when any text is entered in any box and the user hits enter. Any help is tremendously appreciated!