Ensure that if text box A is filled in, text box B must also be filled in before submitting. Vice versa, if text box B is filled in, make sure text box A has data as well. Is it possible to loop this check for multiple text boxes? For example, if row A of text boxes has data, verify that the corresponding text boxes in row B also have data. Not all text boxes in row A need to be filled in. Thank you.