I have a form with a couple of text boxes and and some check boxes. The data that is entered in some of these textboxes should be validated with some preset rules and if the criteria are met other text boxes should be enabled. I was hoping that someone can help me in the right direction here.
1.
I have 4 text boxes which are called ...
Verification_name-1
Verification_name-2
Verification_name-3
Verification_name-4
In addition there are another 4 textboxes called (each name and date goes together even though the text boxes are separate)
Verification_Date-1
Verification_Date-2
Verification_Date-3
Verification_Date-4
The validation I need to be performed is when a string with a length equal to 4 is entered into any of the "Verification_name" text boxes the corresponding "Verification_Date" text box should be enabled. If no info is entered or if the string is longer than 4 then the "Verification_Date" text box should be disabled.
2.
Then I also need help with another validation. When there are dates entered into all 4 textboxes two more textboxes should be enabled. These are called…. They should be disabled by default.
Approval-By
Approval-Date
3.
An at last, when these two textboxes are not equal to null, then a checkbox should be enabled. The checkbox is disabled by default and is called.
All_info_approved
Any help here would be greatly appreciated.... Thank you in advance.
1.
I have 4 text boxes which are called ...
Verification_name-1
Verification_name-2
Verification_name-3
Verification_name-4
In addition there are another 4 textboxes called (each name and date goes together even though the text boxes are separate)
Verification_Date-1
Verification_Date-2
Verification_Date-3
Verification_Date-4
The validation I need to be performed is when a string with a length equal to 4 is entered into any of the "Verification_name" text boxes the corresponding "Verification_Date" text box should be enabled. If no info is entered or if the string is longer than 4 then the "Verification_Date" text box should be disabled.
2.
Then I also need help with another validation. When there are dates entered into all 4 textboxes two more textboxes should be enabled. These are called…. They should be disabled by default.
Approval-By
Approval-Date
3.
An at last, when these two textboxes are not equal to null, then a checkbox should be enabled. The checkbox is disabled by default and is called.
All_info_approved
Any help here would be greatly appreciated.... Thank you in advance.