Currently, I have set up 3 text boxes in my project. The functionality I am trying to achieve is when the user clicks on the second text box, the value of the first text box should be displayed in a message box (providing that the validation for the first text box has been passed). Similarly, when the user clicks on the third text box, both the values of the first and second text boxes should be displayed in a message box (as long as the validations for the first and second text boxes have been passed).
Best regards, NSJ