Hello -
I have created a form for users to validate data. This form contains 20 text controls. 7 of these controls are designed to monitor validation status = values can be "N/A", "In Progress", "Pass All", or "Fail All". The names of these 7 controls begin with the characters "fld".
I also have a button control on this form. I am designing this form so that this button is not enabled until ALL of the 7 text controls whose names begin with "fld" do not equal "In Progress".
My question - is there an elegant way, other than using a series of IF THEN ELSE statements, of coding the form so that this button only becomes enabled if the 7 "fld"-named controls do not equal "In Progress"?
Any assistance is greately appreciated.
Thanks!
I have created a form for users to validate data. This form contains 20 text controls. 7 of these controls are designed to monitor validation status = values can be "N/A", "In Progress", "Pass All", or "Fail All". The names of these 7 controls begin with the characters "fld".
I also have a button control on this form. I am designing this form so that this button is not enabled until ALL of the 7 text controls whose names begin with "fld" do not equal "In Progress".
My question - is there an elegant way, other than using a series of IF THEN ELSE statements, of coding the form so that this button only becomes enabled if the 7 "fld"-named controls do not equal "In Progress"?
Any assistance is greately appreciated.
Thanks!