I have a user form with 5 text boxes to fill in and 3 command buttons. Command1 button that needs to be pressed for a function and then Commend2 labeled "Next" command2 labeled "Back". When I fill in the first text box and press Enter it automaticly places my curser in the next text box, and so on. After I fill in the last text box it then auto selects the Command1 button which perfoms a function for the user. But it does not go ahead to command2 button, which would take them to the next page when pressed or hutting Enter. I have figured out how to order them using the TabIndex setting, but can't make it auto select the next command button after hiting enter on the first command button. Is there a way to do this?