I have say 2 forms: A and B. Form A is a data entry screen. From form A, I can click push button and go to form B. In form B, I have a list of information for users to select. My questions are:<br>(1) I have a DONE push button in form B. What code should I put in the click method of the DONE push button in form B, so when the user click it they can (1)go back to form A with all the information they type in previously, (2) transfer the information selected in form B to form A, and (3)let form B disappear??<br><br>Thanks.<br><br><br>