I have six textboxes in my form. First 5 textboxes have dates ( MMDDYYYYY). In the sixth textbox I need to display the minimum date among these five dates.
I am getting an error message "FieldArray(0)=<Subscript out of Range>" error message. currentVal = FieldArray(0) is highlighted in the debug mode. I double checked the names of the text boxes, they are correct.