N
NNlogistics
I have a form with rows of unbound txt boxes and I want to address the boxes
in increments of 1. So for examle "txtbox1" , txtbox2 and so on. I Dim an
integer 'intLines" in the 'Open event of the form.
Dim intLines as Integer
intLines = 1
Under certain conditions I want to reference a txt box. Here is my
question. I tried [me.txtbox & intLines] me."txtbox" & intLines ["me.txtbox"
& intLines] and I think every combination (Its called the "Try everything"
coding method). Any suggestions.
I hope that makes sense.
Thanks
Joe
Thanks for any assistance
in increments of 1. So for examle "txtbox1" , txtbox2 and so on. I Dim an
integer 'intLines" in the 'Open event of the form.
Dim intLines as Integer
intLines = 1
Under certain conditions I want to reference a txt box. Here is my
question. I tried [me.txtbox & intLines] me."txtbox" & intLines ["me.txtbox"
& intLines] and I think every combination (Its called the "Try everything"
coding method). Any suggestions.
I hope that makes sense.
Thanks
Joe
Thanks for any assistance