I have 15 text fields on a form that have as default:
.visible = false
Is there a better way in code to universally change all of these to true other than:
[t1].visible = true
[t2].visible = true
[t3].visible = true
etc.......
I only want to change these 15 fields, the other text filelds on the form I want to stay as is.
.visible = false
Is there a better way in code to universally change all of these to true other than:
[t1].visible = true
[t2].visible = true
[t3].visible = true
etc.......
I only want to change these 15 fields, the other text filelds on the form I want to stay as is.