Hello,

I have a form with two input boxes. I want to catch an error if either text box is empty. I do not want to use loops. I was wondering if there is a way to put these boxes in a Try/Catch and display an error message that is specific to each one. For example, if textbox1 is empty then display "textbox1 is empty" or the equilvilent system message that is generated. Same for textbox2. I am hoping to use the system generated message if there is one.

Thanks!