D
David W
how would you use the for next statement to loop through a series of
textboxes and populate them 1 greater that the other
the series of textboxes are like [set1],[set2],[set3],etc.
the number to start with would be in the textbox [trigger]
example
me.trigger = 219993
me.set1 = 219993
me.set2 = 219994
me.set3 = 219995
and so on
textboxes and populate them 1 greater that the other
the series of textboxes are like [set1],[set2],[set3],etc.
the number to start with would be in the textbox [trigger]
example
me.trigger = 219993
me.set1 = 219993
me.set2 = 219994
me.set3 = 219995
and so on