I wish to assign a value to text field on a form. The field names on the form go from f1 to f10. Depending on the value of a variable x which can range from 1 to 10, a value gets assigned to the field.
example: if x=3 then value y is assigned to field f3
How do I refer to the field programmatically?
example: if x=3 then value y is assigned to field f3
How do I refer to the field programmatically?