I have a form which has 19 textboxes aligned in a column that the user inputs values into. Right now they have to click in each textbox to enter data.

Is there a way that after entering a value, the next textbox down can be selected using either the down arrow or when hitting "Enter" (also preferrably switching to the textbox above when hitting the up arrow).

I should note that I currently have some code being run everytime a textbox is changed to update the output fields (using textbox1_change() routine).

Any help would be greatly appreciated, I've looked around and haven't been able to find anything that works as of yet.