Ok...simple For-Next Loop:
However, I have 20 text boxes on the form.![]()
For i = 1 To 20 If FirstFighterLocation = i Then textBox = FirstFighter End If Next i
textbox1
textbox2
textbox3
.
.
.
.
.
textbox20
Depending on which number location is found (i)...I would like "FirstFighter" to be put in the text box named textbox(i).
Drawing a blank on this one. Is is possible to do this?
Thanks
Bookmarks