For-Next Loop
I have a For-Next loop that I am using to make the correct number of fields to appear. I have a textbox65 and textboxes 1 through 10. Here is my code:
for n = 1 to me.text65
me.text
.visible=true
next n
Can someone help me fix this code please? I would be eternally greatful!
I have a For-Next loop that I am using to make the correct number of fields to appear. I have a textbox65 and textboxes 1 through 10. Here is my code:
for n = 1 to me.text65
me.text

next n
Can someone help me fix this code please? I would be eternally greatful!