I am trying to set a text box value on a form based on the value of anotther text box
User selects a date ( the value of this field is the name of the field that I want to set)
So I get the value of the field (value could be 1 for example) and put it in a variable
Now I must find the text box on the form that has a name equal to the variable.
How do I do this? Any help would be appreciated.
User selects a date ( the value of this field is the name of the field that I want to set)
So I get the value of the field (value could be 1 for example) and put it in a variable
Now I must find the text box on the form that has a name equal to the variable.
How do I do this? Any help would be appreciated.