Discuss the following:
You have a form with two text boxes, txtBoxIn and txtBoxOut, and a command button, cmdButton1. Write the instructions such that when the button is selected, the text in txtBoxIn is moved to txtBoxOut.
Your answer should be only the event procedure(s) where you would add code. Make sure you include the entire procedure in each case (to show in which event procedure the code would be placed).